Delegate Methods
.NET Framework 1.1
The methods of the Delegate class are listed here. For a complete list of Delegate class members, see the Delegate Members topic.
Public Methods
Clone | Creates a shallow copy of the delegate. |
![]() Combine Supported by the .NET Compact Framework. | Overloaded. Concatenates the invocation lists of the specified multicast (combinable) delegates. |
![]() CreateDelegate | Overloaded. Creates a delegate of the specified type. |
DynamicInvoke | Dynamically invokes (late-bound) the method represented by the current delegate. |
Equals Supported by the .NET Compact Framework. | Overridden. Determines whether the specified object and the current singlecast (noncombinable) delegate share the same target, method, and invocation list. |
GetHashCode Supported by the .NET Compact Framework. | Overridden. Returns a hash code for the delegate. |
GetInvocationList Supported by the .NET Compact Framework. | Returns the invocation list of the delegate. |
GetObjectData | Implements the ISerializable interface and returns the data needed to serialize the delegate. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. | Gets the Type of the current instance. |
![]() Remove Supported by the .NET Compact Framework. | Removes the last occurrence of the invocation list of a delegate from the invocation list of another delegate. |
![]() RemoveAll | Removes all occurrences of the invocation list of a delegate from the invocation list of another delegate. |
ToString (inherited from Object)
Supported by the .NET Compact Framework. | Returns a String that represents the current Object. |
Protected Methods
CombineImpl Supported by the .NET Compact Framework. | Concatenates the invocation lists of the specified multicast (combinable) delegate and the current multicast (combinable) delegate. |
DynamicInvokeImpl | Dynamically invokes (late-bound) the method represented by the current delegate. |
Finalize (inherited from Object)
Supported by the .NET Compact Framework. | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
GetMethodImpl | Gets the static method represented by the current delegate. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. | Creates a shallow copy of the current Object. |
RemoveImpl Supported by the .NET Compact Framework. | Removes the invocation list of a delegate from the invocation list of another delegate. |
