IMethodMessage.TypeName 属性
定义
public:
property System::String ^ TypeName { System::String ^ get(); };
public string TypeName { get; }
[get: System.Security.SecurityCritical]
public string TypeName { get; }
member this.TypeName : string
[<get: System.Security.SecurityCritical>]
member this.TypeName : string
Public ReadOnly Property TypeName As String
属性值
要将该调用发送到的特定对象的完整 Type 名称。The full Type name of the specific object that the call is destined for.
- 属性
例外
直接调用方通过引用接口进行调用,且没有基础结构权限。The immediate caller makes the call through a reference to the interface and does not have infrastructure permission.