Click or drag to resize

CompilerService Class

Provides user script compilation support.
Inheritance Hierarchy
SystemObject
  RRAutoLib.ScriptingCompilerService

Namespace:  RRAutoLib.Scripting
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
<StandardModuleAttribute>
Public NotInheritable Class CompilerService

The CompilerService type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberIsScriptBound
Indicates if the user scripts have been successfully compiled and bound for operation.
Top
Methods
  NameDescription
Public methodStatic memberGenerateCode
Gets the VB.NET code auto generated from the user scrips.
Public methodStatic memberValidateScript
Validates the scripts for compilation errors.
Top
Remarks
Members of this class are used for compiling the user script into an assembly and binding it to work in concert with the CTC.
See Also