Gets the class instance on which the current delegate invokes the instance method.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public Object Target { get; }
Return Value
Type:
ObjectThe object on which the current delegate invokes the instance method, if the delegate represents an instance method; null if the delegate represents a static method.
See Also