Share via


IVsaEngine.Run 메서드

스크립트 엔진에서 컴파일된 코드의 실행을 초기화하고 모든 이벤트 처리기를 바인딩합니다.

네임스페이스:  Microsoft.Vsa
어셈블리:  Microsoft.Vsa(Microsoft.Vsa.dll)

구문

‘선언
<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()

참고 항목

참조

IVsaEngine 인터페이스

Microsoft.Vsa 네임스페이스