2003-02-12 01:58:24 +00:00
<Type Name= "DelegateWrapper" FullName= "GLib.DelegateWrapper" >
2003-02-15 03:08:25 +00:00
<TypeSignature Language= "C#" Value= "public class DelegateWrapper" Maintainer= "auto" />
2003-02-12 01:58:24 +00:00
<AssemblyInfo >
<AssemblyName > glib-sharp</AssemblyName>
<AssemblyVersion > 0.0.0.0</AssemblyVersion>
<Attributes />
</AssemblyInfo>
2003-02-23 07:26:30 +00:00
<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>
2003-02-12 01:58:24 +00:00
<Docs >
2003-08-30 00:05:31 +00:00
<summary > Wrapper class for delegates.</summary>
<remarks > </remarks>
2003-02-12 01:58:24 +00:00
</Docs>
<Base >
<BaseTypeName > System.Object</BaseTypeName>
</Base>
<Interfaces />
<Attributes />
<Members >
2003-07-17 06:38:40 +00:00
<Member MemberName= "RemoveIfNotAlive" >
<MemberSignature Language= "C#" Value= "protected bool RemoveIfNotAlive ();" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-08-30 00:05:31 +00:00
<summary > IMPORTANT: this method must be the first one called from the callback methods that are invoked from unmanaged code.</summary>
2003-07-17 06:38:40 +00:00
<returns > a <see cref= "T:System.Boolean" /> </returns>
2003-08-30 00:05:31 +00:00
<remarks > If this method returns <see langword= "true" /> , the object that created the delegate wrapper no longer exists and the instance of the delegate itself is removed from the hash table.</remarks>
2003-07-17 06:38:40 +00:00
</Docs>
</Member>
2003-02-12 01:58:24 +00:00
<Member MemberName= ".ctor" >
2003-07-17 06:38:40 +00:00
<MemberSignature Language= "C#" Value= "protected DelegateWrapper (object o);" />
2003-02-12 01:58:24 +00:00
<MemberType > Constructor</MemberType>
<ReturnValue />
2003-07-17 06:38:40 +00:00
<Parameters >
2003-08-30 02:35:39 +00:00
<Parameter Name= "o" Type= "System.Object" />
</Parameters>
2003-02-12 01:58:24 +00:00
<Docs >
2003-08-30 00:05:31 +00:00
<summary > The <paramref name= "o" /> is the object that creates the instance of the DelegateWrapper derived class or null if created from a static method.</summary>
2003-07-17 06:38:40 +00:00
<param name= "o" > a <see cref= "T:System.Object" /> </param>
<returns > a <see cref= "T:GLib.DelegateWrapper" /> </returns>
2003-08-30 00:05:31 +00:00
<remarks > Note that the instances will never be disposed if they are created in a static method.</remarks>
2003-02-12 01:58:24 +00:00
</Docs>
</Member>
</Members>
2003-08-30 02:35:39 +00:00
</Type>