IVsaEngine.Close Method

Closes the script engine and releases all resources. If the script engine is currently running, the Reset method is called first.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
<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()

See Also

Reference

IVsaEngine Interface

Microsoft.Vsa Namespace