BindToType Method (assemblyName, typeName)

Json.NET

Json.NET - Quick Starts & API Documentation BindToType Method (assemblyName, typeName)
NamespacesNewtonsoft.Json.SerializationDefaultSerializationBinderBindToType(String, String)
When overridden in a derived class, controls the binding of a serialized object to a type.
Declaration Syntax
C# Visual Basic Visual C++
public override Type BindToType(
	string assemblyName,
	string typeName
)
Public Overrides Function BindToType ( _
	assemblyName As String, _
	typeName As String _
) As Type
public:
virtual Type^ BindToType(
	String^ assemblyName, 
	String^ typeName
) override
Parameters
assemblyName (String)
Specifies the Assembly name of the serialized object.
typeName (String)
Specifies the Type name of the serialized object.
Return Value
The type of the object the formatter creates a new instance of.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)