Share via


IVsaEngine.Close, méthode

Ferme le moteur de script et libère toutes les ressources. Si le moteur de script est en cours d'exécution, la méthode Reset est d'abord appelée.

Espace de noms :  Microsoft.Vsa
Assembly :  Microsoft.Vsa (dans Microsoft.Vsa.dll)

Syntaxe

'Déclaration
<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()

Voir aussi

Référence

IVsaEngine Interface

Microsoft.Vsa, espace de noms