This documentation is archived and is not being maintained.
RemotingServices::Marshal Method
Visual Studio 2010
Converts the given MarshalByRefObject into an instance of the ObjRef class, which can be serialized for transmission between application domains and over a network.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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: