다음을 통해 공유


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

대상 개체 형식입니다.

설명

이 매개 변수는 호출된 메서드가 정적인 경우에만 설정해야 합니다.

적용 대상