Delegate Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The Delegate type exposes the following members.

Methods

  Name Description
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Combine Concatenates the invocation lists of two delegates.
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 CombineImpl Concatenates the invocation lists of the specified delegate and the current delegate.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 CreateDelegate(Type, MethodInfo) Creates a delegate of the specified type to represent the specified static method.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 CreateDelegate(Type, Object, MethodInfo) Creates a delegate of the specified type that represents the specified static or instance method, with the specified first argument.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 CreateDelegate(Type, Object, String) Creates a delegate of the specified type that represents the specified instance method to invoke on the specified class instance.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 CreateDelegate(Type, MethodInfo, Boolean) Creates a delegate of the specified type to represent the specified static method, with the specified behavior on failure to bind.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 CreateDelegate(Type, Type, String) Creates a delegate of the specified type that represents the specified static method of the specified class.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 CreateDelegate(Type, Object, MethodInfo, Boolean) Creates a delegate of the specified type that represents the specified static or instance method, with the specified first argument and the specified behavior on failure to bind.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 CreateDelegate(Type, Object, String, Boolean) Creates a delegate of the specified type that represents the specified instance method to invoke on the specified class instance with the specified case-sensitivity.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 CreateDelegate(Type, Type, String, Boolean) Creates a delegate of the specified type that represents the specified static method of the specified class, with the specified case-sensitivity.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 CreateDelegate(Type, Object, String, Boolean, Boolean) Creates a delegate of the specified type that represents the specified instance method to invoke on the specified class instance, with the specified case-sensitivity and the specified behavior on failure to bind.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 CreateDelegate(Type, Type, String, Boolean, Boolean) Creates a delegate of the specified type that represents the specified static method of the specified class, with the specified case-sensitivity and the specified behavior on failure to bind.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 DynamicInvoke Dynamically invokes (late-bound) the method represented by the current delegate.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Equals Determines whether the specified object and the current delegate are of the same type and share the same targets, methods, and invocation list. (Overrides Object.Equals(Object).)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 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.)

In Silverlight for Windows Phone, this member is overridden by Finalize().

In XNA Framework, this member is overridden by Finalize().
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetHashCode Returns a hash code for the delegate. (Overrides Object.GetHashCode().)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetInvocationList Returns the invocation list of the delegate.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 Remove Removes the last occurrence of the invocation list of a delegate from the invocation list of another delegate.
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 RemoveImpl Removes the invocation list of a delegate from the invocation list of another delegate.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString Returns a string that represents the current object. (Inherited from Object.)

Top

See Also

Reference