DkmProcess.IsLoadComplete 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.
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.