StrongNameKeyPair::IDeserializationCallback::OnDeserialization Method (Object^)

 

Runs when the entire object graph has been deserialized.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

private:
virtual void OnDeserialization(
	Object^ sender
) sealed = IDeserializationCallback::OnDeserialization

Parameters

sender
Type: System::Object^

The object that initiated the callback.

.NET Framework
Available since 2.0
Return to top
Show: