BindToType(string, string)
override
public override Type BindToType(string assemblyName, string typeName) When overridden in a derived class, controls the binding of a serialized object to a type.
Parameters
assemblyNamestring- Specifies the
System.Reflection.Assemblyname of the serialized object. typeNamestring- Specifies the
System.Typename of the serialized object.
Returns
The type of the object the formatter creates a new instance of.
