Share via


IVsaEngine.Close (Método)

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

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)