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.Launch

Launches and attaches a debugger to the process.

[Visual Basic]
Public Shared Function Launch() As Boolean
[C#]
public static bool Launch();
[C++]
public: static bool Launch();
[JScript]
public static function Launch() : Boolean;

Return Value

true if the launch was successful or if the debugger was already attached; otherwise, false.

Remarks

If a debugger is already attached, nothing happens.

See Also

Debugger Class | Debugger Members | System.Diagnostics Namespace