C# 클래스 FdoToolbox.Base.Scripting.ApplicationScript

Represents a piece of executable script code.
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
Run ( ) : void

Runs this instance.

비공개 메소드들

메소드 설명
ApplicationScript ( string path, CompiledCode code, ScriptScope scope ) : System

Initializes a new instance of the ApplicationScript class.

메소드 상세

Run() 공개 메소드

Runs this instance.
public Run ( ) : void
리턴 void