Note
In .NET Framework 3.5 this method does not exist in the base SerializationBinder and is called only if the consumer
serializer handles the ISerializationBinder interface or calls it directly.
public override void BindToName(
Type serializedType,
out string?? assemblyName,
out string?? typeName
)
Public Overrides Sub BindToName (
serializedType As Type,
<OutAttribute> ByRef assemblyName As String,
<OutAttribute> ByRef typeName As String
)
public:
virtual void BindToName(
Type^ serializedType,
[OutAttribute] String^% assemblyName,
[OutAttribute] String^% typeName
) override
abstract BindToName :
serializedType : Type *
assemblyName : string byref *
typeName : string byref -> unit
override BindToName :
serializedType : Type *
assemblyName : string byref *
typeName : string byref -> unit