BinaryAspectSerializationBinder.BindToType Method |
When overridden in a derived class, controls the binding of a serialized object to a type.
Namespace: PostSharp.Aspects.Serialization
Assembly: PostSharp (in PostSharp.dll) Version: 6.9.11.0 (6.9.11.0)
C#
public override Type BindToType( string assemblyName, string typeName )
Parameters
- assemblyName
- Type: System.String
Specifies the Assembly name of the serialized object. - typeName
- Type: System.String
Specifies the Type name of the serialized object.
Return Value
Type: TypeThe type of the object the formatter creates a new instance of.