GOA - System.Delegate

Delegate Class


Represents a delegate, which is a data structure that refers to a static method or to a class instance and an instance method of that class.

Definition

public abstract class Delegate: Object, ICloneable

Members Table

MethodDescription
CloneCreates a shallow copy of the delegate.
CombineOverloaded. Concatenates the invocation lists of the specified multicast (combinable) delegates.
DelegateOverloaded. Initializes a new instance of Delegate.
EqualsOverloaded. Compares two objects to determine whether they share the same target, method, and invacation list.
GetHashCodeOverriden. Returns a hash code for the delegate.
GetInvocationListReturns the invocation list of the delegate.
GetTypeGets the Type of the current instance. (Inherited from Object)
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
RemoveRemoves the last occurrence of the invocation list of a delegate from the invocation list of another delegate.
RemoveAll
RemoveImplRemoves the invocation list of a delegate from the invocation list of another delegate.
ToStringReturns a String that represents the current Object. (Inherited from Object)
OperatorDescription
operator !=Determines whether the specified delegates are not equal.
operator ==Determines whether the specified delegates are equal.

Inheritance Hierarchy

Object
Delegate
AppDomainMessageHandler
DebuggerLogger
EventHandler
ExternalInterfaceHandler
KeyHandler
MouseHandler
SelectionHandler
SwfVideoEventHandler

Class Information

NamespaceSystem
Flash Librarycorlib.scl
Flash Library Version2.0.0.2466
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.