MethodCall.MethodSignature 속성

정의

메서드 시그니처가 들어 있는 개체를 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 property System::Object ^ MethodSignature { System::Object ^ get(); };
public object MethodSignature { get; }
public object MethodSignature { [System.Security.SecurityCritical] get; }
member this.MethodSignature : obj
[<get: System.Security.SecurityCritical>]
member this.MethodSignature : obj
Public ReadOnly Property MethodSignature As Object

속성 값

Object

메서드 시그니처가 들어 있는 Object입니다.

구현

특성

설명

메서드는 원격 개체에 속합니다.

적용 대상