DkmProcess.Detach 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.
This method is called to tell the monitor to detach from the target process. This will trigger a ProcessExit event to be sent on the event thread.
public:
void Detach();
public:
void Detach();
void Detach();
public void Detach ();
member this.Detach : unit -> unit
Public Sub Detach ()