| Clone() : objectCreates a copy of the current instance. |
static | Combine(params Delegate[]) : DelegateConcatenates the invocation lists of the specified
delegates. |
static | Combine(Delegate, Delegate) : DelegateConcatenates the invocation lists of the specified
delegates. |
static | CreateDelegate(Type, System.Reflection.MethodInfo) : Delegate Returns a new delegate with the specified static
method as its invocation list. |
static | CreateDelegate(Type, object, System.Reflection.MethodInfo) : DelegateDocumentation for this section has not yet been entered. |
static | CreateDelegate(Type, object, string) : Delegate Returns a new delegate with the specified target
and instance method as its invocation list. |
static | CreateDelegate(Type, System.Reflection.MethodInfo, bool) : DelegateDocumentation for this section has not yet been entered. |
static | CreateDelegate(Type, Type, string) : Delegate Returns a new delegate with the specified
static method as its invocation list. |
static | CreateDelegate(Type, object, System.Reflection.MethodInfo, bool) : DelegateDocumentation for this section has not yet been entered. |
static | CreateDelegate(Type, object, string, bool) : DelegateDocumentation for this section has not yet been entered. |
static | CreateDelegate(Type, Type, string, bool) : DelegateDocumentation for this section has not yet been entered. |
static | CreateDelegate(Type, object, string, bool, bool) : DelegateDocumentation for this section has not yet been entered. |
static | CreateDelegate(Type, Type, string, bool, bool) : DelegateDocumentation for this section has not yet been entered. |
| DynamicInvoke(params object[]) : objectCauses a delegate to invoke the methods in its invocation
list using the specified arguments. |
override | Equals(object) : boolDetermines whether the
specified object is equal to the current instance. |
override | GetHashCode() : intGenerates 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. |
static | Remove(Delegate, Delegate) : DelegateRemoves the invocation list of a Delegate from the
invocation list of another delegate. |
static | RemoveAll(Delegate, Delegate) : DelegateRemoves all matching occurrences of the invocation list of a Delegate from the invocation list of another delegate.
|