共用方式為


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

屬性值

目標物件型別。

備註

只有當叫用的方法是靜態方法時,才必須設定此參數。

適用於