次の方法で共有


Debugger.Launch メソッド

デバッガを起動し、プロセスにアタッチします。

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

戻り値

起動に成功した場合、またはデバッガが既にアタッチされている場合は true 。それ以外の場合は false

例外

例外の種類 条件
SecurityException デバッガを起動する System.Security.Permissions.UIPermission が設定されていません。

解説

デバッガが既にアタッチされている場合は、何も起こりません。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

.NET Framework セキュリティ:

参照

Debugger クラス | Debugger メンバ | System.Diagnostics 名前空間 | System.Security.Permissions.UIPermission