MemberDescriptor.GetInvocationTarget(Type, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索应在成员调用期间使用的对象。
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
参数
- instance
- Object
潜在的调用目标。
返回
成员调用期间使用的对象。
例外
type
或 instance
为 null
。
注解
通常,返回值将与 参数相同 instance
。 如果另一个对象已与此实例相关联,或者该实例是自定义类型描述符,则 GetInvocationTarget 该方法可能会返回不同的值。