PostSharpAPI ReferencePost­Sharp.​SerializationPortable­Serialization­BinderBind­To­Type
Open sandboxFocus

PortableSerializationBinder.BindToType Method

BindToType(String, String)

Gets a Type given a type name and an assembly name.

Declaration
public virtual Type BindToType(string typeName, string assemblyName)
Parameters
Type Name Description
String typeName

The type name.

String assemblyName

The assembly name.

Returns
Type Description
Type

The required Type.