Process2.IsBeingDebugged Property
Gets a value indicating if the program is being debugged.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
ReadOnly Property IsBeingDebugged As Boolean
bool IsBeingDebugged { get; }
property bool IsBeingDebugged {
bool get ();
}
abstract IsBeingDebugged : bool with get
function get IsBeingDebugged () : boolean
Property Value
Type: Boolean
true if the program is being debugged, otherwise false.
Remarks
The program may change debug states before this function call has a chance to return.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Other Resources
How to: Compile and Run the Automation Object Model Code Examples