MemberDescriptor.GetInvocationTarget(Type, Object) 方法

定义

检索应在成员调用期间使用的对象。

protected:
 virtual System::Object ^ GetInvocationTarget(Type ^ type, System::Object ^ instance);
protected virtual object GetInvocationTarget (Type type, object instance);
protected virtual object? GetInvocationTarget (Type type, object instance);
abstract member GetInvocationTarget : Type * obj -> obj
override this.GetInvocationTarget : Type * obj -> obj
Protected Overridable Function GetInvocationTarget (type As Type, instance As Object) As Object

参数

type
Type

调用目标的 Type

instance
Object

潜在的调用目标。

返回

成员调用期间使用的对象。

例外

typeinstancenull

注解

通常,返回值将与 参数相同 instance 。 如果另一个对象已与此实例相关联,或者该实例是自定义类型描述符,则 GetInvocationTarget 该方法可能会返回不同的值。

适用于