MulticastDelegate Methods

 

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodClone()

Creates a shallow copy of the delegate.(Inherited from Delegate.)

System_CAPS_protmethodCombineImpl(Delegate^)

Combines this Delegate with the specified Delegate to form a new delegate.(Overrides Delegate::CombineImpl(Delegate^).)

System_CAPS_pubmethodDynamicInvoke(array<Object^>^)

Dynamically invokes (late-bound) the method represented by the current delegate.(Inherited from Delegate.)

System_CAPS_protmethodDynamicInvokeImpl(array<Object^>^)

Dynamically invokes (late-bound) the method represented by the current delegate.(Inherited from Delegate.)

System_CAPS_pubmethodEquals(Object^)

Determines whether this multicast delegate and the specified object are equal.(Overrides Delegate::Equals(Object^).)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Returns the hash code for this instance.(Overrides Delegate::GetHashCode().)

System_CAPS_pubmethodGetInvocationList()

Returns the invocation list of this multicast delegate, in invocation order.(Overrides Delegate::GetInvocationList().)

System_CAPS_protmethodGetMethodImpl()

Returns a static method represented by the current MulticastDelegate.(Overrides Delegate::GetMethodImpl().)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

Populates a SerializationInfo object with all the data needed to serialize this instance.(Overrides Delegate::GetObjectData(SerializationInfo^, StreamingContext).)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_protmethodRemoveImpl(Delegate^)

Removes an element from the invocation list of this MulticastDelegate that is equal to the specified delegate.(Overrides Delegate::RemoveImpl(Delegate^).)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

NameDescription
System_CAPS_pubmethodGetMethodInfo()

Gets an object that represents the method represented by the specified delegate.(Defined by RuntimeReflectionExtensions.)

Return to top
Show: