Gets the target of the Delegate.
[Visual Basic] Public ReadOnly Property Target As Object [C#] public object Target {get;} [C++] public: __property Object* get_Target(); [JScript] public function get Target() : Object;
The target of the Delegate.
The target object of a Delegate representing an instance method is an instance of a class.
The target object of a Delegate representing a static method is a class.