'Declaration Public Overrides Function BindToType( _
ByVal assemblyNameSpecifies the System.Reflection.Assembly name of the serialized object.As System.String, _
ByVal typeNameSpecifies the System.Type name of the serialized object.As System.String _
) As System.Type
public override System.Type BindToType(
System.String assemblyName,
System.String typeName
)
public: System.Type* BindToType(
System.String assemblyName,
System.String typeName
); override
public:
System.Type^ BindToType(
System.String assemblyName,
System.String typeName
); override
Parameters
- assemblyName
- Specifies the System.Reflection.Assembly name of the serialized object.
- typeName
- Specifies the System.Type name of the serialized object.
Return Value
The type of the object the formatter creates a new instance of.