BinaryFormatter::SurrogateSelector Property
.NET Framework (current version)
Gets or sets a ISurrogateSelector that controls type substitution during serialization and deserialization.
Assembly: mscorlib (in mscorlib.dll)
public: property ISurrogateSelector^ SurrogateSelector { virtual ISurrogateSelector^ get() sealed; virtual void set(ISurrogateSelector^ value) sealed; }
Property Value
Type: System.Runtime.Serialization::ISurrogateSelector^The surrogate selector to use with this formatter.
Implements
IFormatter::SurrogateSelectorThe surrogate selector is used by System.Runtime.Remoting to generate ObjRef instances for objects that derive from MarshalByRefObject.
.NET Framework
Available since 1.1
Available since 1.1
Show: