Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MemberDescriptor::GetInvocationTarget Method (Type^, Object^)

 

Retrieves the object that should be used during invocation of members.

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

protected:
virtual Object^ GetInvocationTarget(
	Type^ type,
	Object^ instance
)

Parameters

type
Type: System::Type^

The Type of the invocation target.

instance
Type: System::Object^

The potential invocation target.

Return Value

Type: System::Object^

The object to be used during member invocations.

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
Return to top
Show:
© 2017 Microsoft