Click or drag to resize

CSharpParserCmdScriptInfo Class

Class to hold the script information on what pre- or post-execution script needs to be executed. pre- and post-script CS-Script command format: //css_prescript file([arg0][, arg1]..[,arg2])[,ignore]; //file - script file (extension is optional) //arg0..N - script string arguments; If $this is specified as arg0..N it will be replaced with the parent script full name at execution time.
Inheritance Hierarchy
SystemObject
  CSScriptLibCSharpParserCmdScriptInfo

Namespace:  CSScriptLib
Assembly:  CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntax
C#
public class CmdScriptInfo

The CSharpParserCmdScriptInfo type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldabortOnError
If set to 'true' parent script will be aborted on pre/post-script error, otherwise the error will be ignored.
Public fieldargs
Script file and it's arguments.
Public fieldpreScript
If set to 'true' the CmdScriptInfo describes the pre-script, otherwise it is for the post-script.
Top
See Also