Delegate.Target Property

Gets the object for which the current delegate invokes the instance method.

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

public Object Target { get; }

Property Value

The object for which the current delegate invokes the instance method, if the delegate represents an instance method.

-or-

A null reference if the delegate represents a static method.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

Delegate Class
Delegate Members
System Namespace