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>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2006-08-03 17:18:38 +00:00
<AssemblyVersion > 2.10.0.0</AssemblyVersion>
2003-02-12 01:58:24 +00:00
</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>
2003-12-24 01:35:30 +00:00
<remarks >
</remarks>
2003-02-12 01:58:24 +00:00
</Docs>
<Base >
<BaseTypeName > System.Object</BaseTypeName>
</Base>
<Interfaces />
<Members >
<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>
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>
2005-08-23 17:02:47 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2007-01-15 21:19:09 +00:00
<AttributeName > System.Obsolete("Callback wrappers should be manually managed for persistence.")</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-08-23 17:02:47 +00:00
</Attributes>
</Member>
2003-02-12 01:58:24 +00:00
</Members>
2005-05-23 20:41:51 +00:00
</Type>