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

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

See Also

Reference

IVsaEngine Interface

Microsoft.Vsa Namespace