RemotingServices::Marshal Method
.NET Framework (current version)
Converts the given MarshalByRefObject into an instance of the ObjRef class, which can be serialized for transmission between application domains and over a network.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Marshal(MarshalByRefObject^) | Takes a MarshalByRefObject, registers it with the remoting infrastructure, and converts it into an instance of the ObjRef class. |
![]() ![]() | Marshal(MarshalByRefObject^, String^) | Converts the given MarshalByRefObject into an instance of the ObjRef class with the specified URI. |
![]() ![]() | 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. |
Show:

