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

PortableSerializationBinder.BindToName Method

BindToName(Type, out String, out String)

Gets the name and the assembly name of a given System.Type.

Declaration
public virtual void BindToName(Type type, out string typeName, out string assemblyName)
Parameters
Type Name Description
System.Type type

The System.Type.

System.String typeName

At output, the name of type.

System.String assemblyName

At output, the name of assemblyName.