NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Debugger.IsAttached

Returns a Boolean indicating whether or not a debugger is attached to the process.

[Visual Basic]
Public Shared ReadOnly Property IsAttached As Boolean
[C#]
public static bool IsAttached {get;}
[C++]
public: __property static bool get_IsAttached();
[JScript]
public static function get IsAttached() : Boolean;

Property Value

true if a debugger is attached; otherwise, false.

See Also

Debugger Class | Debugger Members | System.Diagnostics Namespace