Expand Minimize
This topic has not yet been rated - Rate this topic

dbgProcessState Enumeration 

Used by DebuggerProcessEvents to specify the state of the debugger.

Namespace: EnvDTE80
Assembly: EnvDTE80 (in envdte80.dll)

[GuidAttribute("0C57DFEC-8424-4C1A-A43C-EA7922446232")] 
public enum dbgProcessState
/** @attribute GuidAttribute("0C57DFEC-8424-4C1A-A43C-EA7922446232") */ 
public enum dbgProcessState
GuidAttribute("0C57DFEC-8424-4C1A-A43C-EA7922446232") 
public enum dbgProcessState
 Member nameDescription
dbgProcessStateRunThe debugger is running. 
dbgProcessStateStopThe debugger is stopped. 
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.