InternalRemotingServices 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义供 .NET Framework 远程处理基础结构使用的实用工具方法。
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) |