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

属性值

Type

目标对象类型。

注解

只有当调用的方法为静态时,才必须设置此参数。

适用于