IVsaDTEngine.AttachDebugger 方法
此成員支援 .NET Framework 基礎結構,並不能直接使用於您的程式碼中。
命名空間: Microsoft.Vsa
組件: Microsoft.Vsa (在 Microsoft.Vsa.dll 中)
語法
'宣告
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub AttachDebugger ( _
isAttach As Boolean _
)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void AttachDebugger(
bool isAttach
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void AttachDebugger(
bool isAttach
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract AttachDebugger :
isAttach:bool -> unit
function AttachDebugger(
isAttach : boolean
)
參數
- isAttach
類型:Boolean