System.Delegate: Property Members

The properties of System.Delegate are listed below. For a list of all members, see the Delegate Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
MethodSystem.Reflection.MethodInfo.

Gets the method represented by the delegate.

[read-only]
Targetobject.

Gets the class instance on which the current delegate invokes the instance method.