IVsaEngine.Run Method
Initiates execution of compiled code in the script engine and binds all event handlers.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Syntax
'Déclaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub Run
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void Run()
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void Run()
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract Run : unit -> unit
function Run()