IVsaEngine.Close Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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