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 名称。

属性

例外

直接调用方通过引用接口进行调用,且没有基础结构权限。

适用于