RemotingServices.Marshal 方法

将给定的 MarshalByRefObject 转换为 ObjRef 类的实例,可以将该实例序列化以便在应用程序域之间以及通过网络进行传输。

重载列表

名称 说明
RemotingServices.Marshal (MarshalByRefObject) 接受 MarshalByRefObject,将其注册到远程处理基础结构,然后将其转换为 ObjRef 类的实例。
RemotingServices.Marshal (MarshalByRefObject, String) 将给定的 MarshalByRefObject 转换为具有指定 URI 的 ObjRef 类的实例。
RemotingServices.Marshal (MarshalByRefObject, String, Type) 接受 MarshalByRefObject,并将其转换为具有指定 URI 和提供的 TypeObjRef 类的实例。

请参见

参考

RemotingServices 类
RemotingServices 成员
System.Runtime.Remoting 命名空间
Uri
RealProxy
ObjRef 类

其他资源

应用程序域