RemotingServices.Marshal Method
.NET Framework 3.0
Converts the given MarshalByRefObject into an instance of the ObjRef class, which can be serialized for transmission between application domains and over a network.
RemotingServices Members
System.Runtime.Remoting Namespace
Uri
RealProxy
ObjRef
| Name | Description |
|---|---|
| RemotingServices.Marshal (MarshalByRefObject) | Takes a MarshalByRefObject, registers it with the remoting infrastructure, and converts it into an instance of the ObjRef class. |
| RemotingServices.Marshal (MarshalByRefObject, String) | Converts the given MarshalByRefObject into an instance of the ObjRef class with the specified URI. |
| RemotingServices.Marshal (MarshalByRefObject, String, Type) | Takes a MarshalByRefObject and converts it into an instance of the ObjRef class with the specified URI, and the provided Type. |
Reference
RemotingServices ClassRemotingServices Members
System.Runtime.Remoting Namespace
Uri
RealProxy
ObjRef
Other Resources
Application DomainsCommunity Additions
ADD
Show: