The ScopeCompiler type exposes the following members.

Constructors

  NameDescription
Public methodScopeCompiler
Initializes a new instance of the ScopeCompiler class

Methods

  NameDescription
Public methodClone
Clone a new instance of compiler object
(Overrides IScopeCompilerClone()()()().)
Public methodCompile
Compile a Scope/IScope script
(Overrides IScopeCompilerCompile(IScopeScript).)
Public methodDispose
Dispose the compiler object
(Overrides IScopeCompilerDispose()()()().)
Public methodExecute
Execute an IScope script
(Overrides IScopeCompilerExecute(IScopeScript).)
Public methodSubmit
Submit a scope script. Support Local Scope job, IScope job, Scope job.
(Overrides IScopeCompilerSubmit(IScopeScript).)

Properties

  NameDescription
Public propertyStatic memberNoProxy
Gets the empty proxy to disable using proxy to connect to remote server
Public propertySettings
Gets the compiler settings
(Overrides IScopeCompilerSettings()()()().)
Public propertyTarget
Gets or sets the compiler target
(Overrides IScopeCompilerTarget()()()().)

See Also