CacheBinder BindToType Method Nemiro.Data.dll
Controls the binding of a serialized object to a type.

Namespace: Nemiro.Data.Caching
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public override Type BindToType(
	string assemblyName,
	string typeName
)

Parameters

assemblyName
Type: System String
Assembly name of serialized object.
typeName
Type: System String
Type name of serialized object.

Return Value

Type: Type
See Also