Compartir a través de


IVsaEngine.Close (Método)

Cierre el motor y libera de script todos los recursos.Si el motor de scripts se está ejecutando, el método de Reset se llama primero.

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

Sintaxis

'Declaración
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub Close
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void Close()
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void Close()
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract Close : unit -> unit 
function Close()

Vea también

Referencia

IVsaEngine Interfaz

Microsoft.Vsa (Espacio de nombres)