When overridden in a derived class, controls the binding of a serialized object to a type.
Declaring type: DynamicTypeBinder
Namespace: Zyan.Communication.Toolbox
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public override Type BindToType (
        string assemblyName,
        string typeName
) 
Parameters
assemblyName
Specifies the System.Reflection.Assembly name of the serialized object.
typeName
Specifies the System.Type name of the serialized object.
Return Value
The type of the object the formatter creates a new instance of.