BinaryFormatter.SurrogateSelector Property
.NET Framework 2.0
Gets or sets a ISurrogateSelector that controls type substitution during serialization and deserialization.
Namespace: System.Runtime.Serialization.Formatters.Binary
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
/** @property */ public final ISurrogateSelector get_SurrogateSelector () /** @property */ public final void set_SurrogateSelector (ISurrogateSelector value)
public final function get SurrogateSelector () : ISurrogateSelector public final function set SurrogateSelector (value : ISurrogateSelector)
Property Value
The surrogate selector to use with this formatter.The surrogate selector is used by System.Runtime.Remoting to generate ObjRef instances for objects that derive from MarshalByRefObject.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.