Ryujinx-GtkSharp/doc/en/GLib/IWrapper.xml
Mike Kestner 352fc8e849 Run the doc updater
Didn't audit any of this.
2012-03-28 22:10:46 -05:00

31 lines
1.3 KiB
XML

<Type Name="IWrapper" FullName="GLib.IWrapper">
<TypeSignature Language="C#" Maintainer="auto" Value="public interface IWrapper" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWrapper" />
<AssemblyInfo>
<AssemblyName>glib-sharp</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Interfaces />
<Docs>
<summary>Interface to identify a handle accessible wrapped type.</summary>
<remarks>This interface is used by the code generator, but it not typically used by application code.</remarks>
</Docs>
<Members>
<Member MemberName="Handle">
<MemberSignature Language="C#" Value="public IntPtr Handle { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance native int Handle" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.IntPtr</ReturnType>
</ReturnValue>
<Docs>
<summary>A pointer to the native type instance.</summary>
<value>an object of type <see cref="T:System.IntPtr" /></value>
<remarks />
</Docs>
</Member>
</Members>
</Type>