MulticastDelegate Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a shallow copy of the delegate.(Inherited from Delegate.) |
![]() | CombineImpl(Delegate^) | Combines this Delegate with the specified Delegate to form a new delegate.(Overrides Delegate::CombineImpl(Delegate^).) |
![]() | DynamicInvoke(array<Object^>^) | Dynamically invokes (late-bound) the method represented by the current delegate.(Inherited from Delegate.) |
![]() | DynamicInvokeImpl(array<Object^>^) | Dynamically invokes (late-bound) the method represented by the current delegate.(Inherited from Delegate.) |
![]() | Equals(Object^) | Determines whether this multicast delegate and the specified object are equal.(Overrides Delegate::Equals(Object^).) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Returns the hash code for this instance.(Overrides Delegate::GetHashCode().) |
![]() | GetInvocationList() | Returns the invocation list of this multicast delegate, in invocation order.(Overrides Delegate::GetInvocationList().) |
![]() | GetMethodImpl() | Returns a static method represented by the current MulticastDelegate.(Overrides Delegate::GetMethodImpl().) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Populates a SerializationInfo object with all the data needed to serialize this instance.(Overrides Delegate::GetObjectData(SerializationInfo^, StreamingContext).) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | RemoveImpl(Delegate^) | Removes an element from the invocation list of this MulticastDelegate that is equal to the specified delegate.(Overrides Delegate::RemoveImpl(Delegate^).) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | GetMethodInfo() | Gets an object that represents the method represented by the specified delegate.(Defined by RuntimeReflectionExtensions.) |

