DkmProcess.IsLoadComplete Method

Definition

Returns true if once all the initial module loads/thread creates have been sent for all the runtimes present when we started debugging the process. Note that this definition may be different from the Win32 Debug API definition of load complete since other runtime instances may need additional time to load.

This API was introduced in Visual Studio 12 Update 2 (DkmApiVersion.VS12Update2).

public:
 bool IsLoadComplete();
public:
 bool IsLoadComplete();
bool IsLoadComplete();
public bool IsLoadComplete ();
member this.IsLoadComplete : unit -> bool
Public Function IsLoadComplete () As Boolean

Returns

[Out] True if the process has reached load complete.

Applies to