IMethodMessage.TypeName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取要将该调用发送到的特定对象的完整 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 名称。
- 属性
例外
直接调用方通过引用接口进行调用,且没有基础结构权限。