SerializationBinder::BindToType Method (String^, String^)
.NET Framework (current version)
When overridden in a derived class, controls the binding of a serialized object to a type.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- assemblyName
-
Type:
System::String^
Specifies the Assembly name of the serialized object.
- typeName
-
Type:
System::String^
Specifies the Type name of the serialized object.
Notes to Inheritors:
You must implement the current method in a derived class.
SerializationBinder Example#1
.NET Framework
Available since 1.1
Available since 1.1
Show: