The methods of System.Delegate are listed below. For a list of all members, see the Delegate Members list.
See Also: Inherited members from System.Object
Clone() : object Creates a copy of the current instance. staticCombine(params Delegate[]) : Delegate Concatenates the invocation lists of the specified delegates. staticCombine(Delegate, Delegate) : Delegate Concatenates the invocation lists of the specified delegates. staticCreateDelegate(Type, System.Reflection.MethodInfo) : Delegate Returns a new delegate with the specified static method as its invocation list. staticCreateDelegate(Type, object, System.Reflection.MethodInfo) : Delegate Documentation for this section has not yet been entered. staticCreateDelegate(Type, object, string) : Delegate Returns a new delegate with the specified target and instance method as its invocation list. staticCreateDelegate(Type, System.Reflection.MethodInfo, bool) : Delegate Documentation for this section has not yet been entered. staticCreateDelegate(Type, Type, string) : Delegate Returns a new delegate with the specified static method as its invocation list. staticCreateDelegate(Type, object, System.Reflection.MethodInfo, bool) : Delegate Documentation for this section has not yet been entered. staticCreateDelegate(Type, object, string, bool) : Delegate Documentation for this section has not yet been entered. staticCreateDelegate(Type, Type, string, bool) : Delegate Documentation for this section has not yet been entered. staticCreateDelegate(Type, object, string, bool, bool) : Delegate Documentation for this section has not yet been entered. staticCreateDelegate(Type, Type, string, bool, bool) : Delegate Documentation for this section has not yet been entered.DynamicInvoke(params object[]) : object Causes a delegate to invoke the methods in its invocation list using the specified arguments. overrideEquals(object) : bool Determines whether the specified object is equal to the current instance. overrideGetHashCode() : int Generates a hash code for the current instance.GetInvocationList() : Delegate[] Returns the invocation list of the current delegate.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) Documentation for this section has not yet been entered. staticRemove(Delegate, Delegate) : Delegate Removes the invocation list of a Delegate from the invocation list of another delegate. staticRemoveAll(Delegate, Delegate) : Delegate Removes all matching occurrences of the invocation list of a Delegate from the invocation list of another delegate.
CombineImpl(Delegate) : Delegate Documentation for this section has not yet been entered.DynamicInvokeImpl(object[]) : object Documentation for this section has not yet been entered.GetMethodImpl() : System.Reflection.MethodInfo Documentation for this section has not yet been entered.RemoveImpl(Delegate) : Delegate Documentation for this section has not yet been entered.