共用方式為


Debugger.IsAttached 屬性

定義

取得值,表示偵錯工具是否附加至處理序。

public:
 static property bool IsAttached { bool get(); };
public static bool IsAttached { get; }
static member IsAttached : bool
Public Shared ReadOnly Property IsAttached As Boolean

屬性值

如果已附加偵錯工具,則為 true,否則為 false

適用於