IVsaEngine.Reset Method
Removes the script engine from the running state and disconnects automatically bound event handlers.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Syntax
'Déclaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub Reset
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void Reset()
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void Reset()
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract Reset : unit -> unit
function Reset()