MemberDescriptor::GetInvocationTarget Method (Type^, Object^)
.NET Framework (current version)
Retrieves the object that should be used during invocation of members.
Assembly: System (in System.dll)
Parameters
- type
-
Type:
System::Type^
The Type of the invocation target.
- instance
-
Type:
System::Object^
The potential invocation target.
| Exception | Condition |
|---|---|
| ArgumentNullException | type or instance is null. |
Normally, the return value will be the same as the instance parameter. If another object has been associated with this instance, or if the instance is a custom type descriptor, the GetInvocationTarget method may return a different value.
.NET Framework
Available since 2.0
Available since 2.0
Show: