SerializationBinder::BindToName Method (Type^, String^%, String^%)

.NET Framework (current version)
 

When overridden in a derived class, controls the binding of a serialized object to a type.

Namespace:   System.Runtime.Serialization
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual void BindToName(
	Type^ serializedType,
	[OutAttribute] String^% assemblyName,
	[OutAttribute] String^% typeName
)

Parameters

serializedType
Type: System::Type^

The type of the object the formatter creates a new instance of.

assemblyName
Type: System::String^%

Specifies the Assembly name of the serialized object.

typeName
Type: System::String^%

Specifies the Type name of the serialized object.

.NET Framework
Available since 4.0
Return to top
Show: