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

呼び出し対象になる可能性があるインスタンス。

戻り値

メンバーの呼び出し中に使用するオブジェクト。

例外

type または instancenull です。

注釈

通常、戻り値は パラメーターと instance 同じになります。 別のオブジェクトがこのインスタンスに関連付けられている場合、またはインスタンスがカスタム型記述子の場合、メソッドは別の GetInvocationTarget 値を返す可能性があります。

適用対象