Share via


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 .NET Micro Framework version 2.0, 2.5

See Also

Reference

Delegate Class
Delegate Members
System Namespace