InternalRemotingServices 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义.NET框架远程处理基础结构使用的实用工具方法。
public ref class InternalRemotingServices
public class InternalRemotingServices
[System.Runtime.InteropServices.ComVisible(true)]
public class InternalRemotingServices
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public class InternalRemotingServices
type InternalRemotingServices = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type InternalRemotingServices = class
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
type InternalRemotingServices = class
Public Class InternalRemotingServices
- 继承
-
InternalRemotingServices
- 属性
注解
无需调用 static 类的方法 InternalRemotingServices 。
构造函数
| 名称 | 说明 |
|---|---|
| InternalRemotingServices() |
创建 InternalRemotingServices 的实例。 |
方法
| 名称 | 说明 |
|---|---|
| DebugOutChnl(String) |
向非托管调试器发送有关远程处理通道的消息。 |
| Equals(Object) |
确定指定的对象是否等于当前对象。 (继承自 Object) |
| GetCachedSoapAttribute(Object) |
获取指定类成员或方法参数的相应 SOAP 相关属性。 |
| GetHashCode() |
用作默认哈希函数。 (继承自 Object) |
| GetType() |
获取当前实例的 Type。 (继承自 Object) |
| MemberwiseClone() |
创建当前 Object的浅表副本。 (继承自 Object) |
| RemotingAssert(Boolean, String) |
指示内部调试器检查条件,并在条件为 |
| RemotingTrace(Object[]) |
将有关远程处理通道的任意数量的消息发送到内部调试器。 |
| SetServerIdentity(MethodCall, Object) |
为从客户端到服务器的每个方法调用设置远程服务器对象的内部标识信息。 |
| ToString() |
返回一个表示当前对象的字符串。 (继承自 Object) |