AssemblyName.OnDeserialization(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements the ISerializable interface and is called back by the deserialization event when deserialization is complete.
public:
virtual void OnDeserialization(System::Object ^ sender);
public void OnDeserialization (object? sender);
public void OnDeserialization (object sender);
abstract member OnDeserialization : obj -> unit
override this.OnDeserialization : obj -> unit
Public Sub OnDeserialization (sender As Object)
Parameters
- sender
- Object
The source of the deserialization event.
Implements
Applies to
See also
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.