MethodCall.TypeName 属性

定义

获取在其上进行方法调用的远程对象的完整类型名称。

此 API 支持产品基础结构,不能在代码中直接使用。

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

属性值

一个 String,包含在其上进行方法调用的远程对象的完整类型名称。

实现

属性

适用于