MulticastDelegate Methods
.NET Framework 1.1
The methods of the MulticastDelegate class are listed here. For a complete list of MulticastDelegate class members, see the MulticastDelegate Members topic.
Public Methods
Clone (inherited from Delegate) | Creates a shallow copy of the delegate. |
DynamicInvoke (inherited from Delegate) | Dynamically invokes (late-bound) the method represented by the current delegate. |
Equals Supported by the .NET Compact Framework. | Overridden. Determines whether this multicast delegate and the specified object are equal. |
GetHashCode Supported by the .NET Compact Framework. | Overridden. Returns the hash code for this instance. |
GetInvocationList Supported by the .NET Compact Framework. | Overridden. Returns the invocation list of this multicast delegate, in invocation order. |
GetObjectData | Overridden. Populates a SerializationInfo object with all the data needed to serialize this instance. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. | Gets the Type of the current instance. |
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. | Overridden. Combines this Delegate with the specified Delegate to form a new delegate. |
DynamicInvokeImpl | Overridden. Processes the full invocation list. |
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 (inherited from Delegate) | 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. | Overridden. Removes an element from the invocation list of this MulticastDelegate that is equal to the specified delegate. |

