Click or drag to resize

CSharpParserCmdScriptInfo Constructor

Creates an instance of CmdScriptInfo.

Namespace:  CSScriptLib
Assembly:  CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntax
C#
public CmdScriptInfo(
	string statement,
	bool preScript,
	string parentScript
)

Parameters

statement
Type: SystemString
CS-Script pre- or post-script directive
preScript
Type: SystemBoolean
If set to true the 'statement' is a pre-script otherwise it is a post-script.
parentScript
Type: SystemString
The file name of the main script.
See Also