MulticastDelegate Methods
Collapse the table of content
Expand the table of content

MulticastDelegate Methods

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The MulticastDelegate type exposes the following members.

  NameDescription
Protected method CombineImpl Combines this Delegate with the specified Delegate to form a new delegate. (Overrides Delegate.CombineImpl(Delegate).)
Public method DynamicInvoke Dynamically invokes (late-bound) the method represented by the current delegate. (Inherited from Delegate.)
Public method Equals Determines whether this multicast delegate and the specified object are equal. (Overrides Delegate.Equals(Object).)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Returns the hash code for this instance. (Overrides Delegate.GetHashCode.)
Public method GetInvocationList Returns the invocation list of this multicast delegate, in invocation order. (Overrides Delegate.GetInvocationList.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method RemoveImpl Removes an element from the invocation list of this MulticastDelegate that is equal to the specified delegate. (Overrides Delegate.RemoveImpl(Delegate).)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public Extension Method GetMethodInfo Gets an object that represents the method represented by the specified delegate. (Defined by RuntimeReflectionExtensions.)
Top

Show:
© 2017 Microsoft