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

PortableSerializationBinder.BindToType Method

BindToType(String, String)

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

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

The type name.

System.String assemblyName

The assembly name.

Returns
Type Description
System.Type

The required System.Type.