IVsaDTEngine.AttachDebugger (Método)

Este miembro admite la infraestructura de .NET Framework y no está prevista su utilización directa desde el código.

Espacio de nombres:  Microsoft.Vsa
Ensamblado:  Microsoft.Vsa (en Microsoft.Vsa.dll)

Sintaxis

'Declaración
<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
)

Parámetros

  • isAttach
    Tipo: Boolean

Vea también

Referencia

IVsaDTEngine Interfaz

Microsoft.Vsa (Espacio de nombres)