DkmRuntimeInstance.Unload 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.
RuntimeInstanceUnload is sent by the dispatcher when DkmRuntimeInstance::Unload is invoked by the monitor.
This method may only be called by the component which created the object.
public:
void Unload();
public:
void Unload();
void Unload();
public void Unload ();
member this.Unload : unit -> unit
Public Sub Unload ()