InvokeMethod<TResult>.TargetType プロパティ

定義

TargetObjectの型を取得または設定します。

public:
 property Type ^ TargetType { Type ^ get(); void set(Type ^ value); };
public Type TargetType { get; set; }
member this.TargetType : Type with get, set
Public Property TargetType As Type

プロパティ値

ターゲット オブジェクトの種類。

注釈

このパラメーターは、呼び出されたメソッドが静的な場合にのみ設定する必要があります。

適用対象