IMethodMessage.TypeName 속성

정의

호출이 향하는 특정 개체의 전체 Type 이름을 가져옵니다.

public:
 property System::String ^ TypeName { System::String ^ get(); };
public string TypeName { get; }
public string TypeName { [System.Security.SecurityCritical] get; }
member this.TypeName : string
[<get: System.Security.SecurityCritical>]
member this.TypeName : string
Public ReadOnly Property TypeName As String

속성 값

호출이 향하는 특정 개체의 전체 Type 이름입니다.

특성

예외

직접 실행 호출자가 인터페이스에 대한 참조를 통해 호출하며 인프라 권한이 없는 경우

적용 대상