Ryujinx-GtkSharp/doc/en/GLib/IWrapper.xml
Mike Kestner cab41adc32 2004-07-02 Mike Kestner <mkestner@ximian.com>
* en/GLib/*.xml : more glib docs.

svn path=/trunk/gtk-sharp/; revision=30686
2004-07-02 16:54:40 +00:00

33 lines
1.3 KiB
XML

<Type Name="IWrapper" FullName="GLib.IWrapper">
<TypeSignature Language="C#" Value="public abstract interface IWrapper;" Maintainer="auto" />
<AssemblyInfo>
<AssemblyName>glib-sharp</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<AssemblyCulture>neutral</AssemblyCulture>
<Attributes />
</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>
<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>
<Base />
<Interfaces />
<Attributes />
<Members>
<Member MemberName="Handle">
<MemberSignature Language="C#" Value="public virtual IntPtr Handle { get; };" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.IntPtr</ReturnType>
</ReturnValue>
<Docs>
<summary>A pointer to the native type instance.</summary>
<returns>an object of type <see cref="T:System.IntPtr" /></returns>
<remarks />
</Docs>
</Member>
</Members>
</Type>