RemotingSurrogateSelector::GetSurrogate Method
Returns the appropriate surrogate for the given type in the given context.
Assembly: mscorlib (in mscorlib.dll)
public: virtual ISerializationSurrogate^ GetSurrogate( Type^ type, StreamingContext context, [OutAttribute] ISurrogateSelector^% ssout )
Parameters
- type
- Type: System::Type
The Type for which the surrogate is requested.
- context
- Type: System.Runtime.Serialization::StreamingContext
The source or destination of serialization.
- ssout
- Type: System.Runtime.Serialization::ISurrogateSelector%
When this method returns, contains an ISurrogateSelector that is appropriate for the specified object type. This parameter is passed uninitialized.
Return Value
Type: System.Runtime.Serialization::ISerializationSurrogateThe appropriate surrogate for the given type in the given context.
Implements
ISurrogateSelector::GetSurrogate(Type, StreamingContext, ISurrogateSelector%)A remoting surrogate handles the remoting serialization requirements of an object that derives from a MarshalByRefObject. During serialization of an object that derives from MarshalByRefObject to a remote location, the remoting surrogate creates an ObjRef that contains all the relevant information required to activate and communicate with the remote object. The newly created ObjRef can then be sent to a remote location and used to create a proxy.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.