Class ActLineCsScript
Cs Script on one Line.
public class ActLineCsScript : IAct
- Inheritance
-
ActLineCsScript
- Implements
- Inherited Members
- Extension Methods
Constructors
ActLineCsScript()
Initializes a new instance of the ActLineCsScript class.
public ActLineCsScript()
ActLineCsScript(string)
Initializes a new instance of the ActLineCsScript class with the specified script text.
public ActLineCsScript(string scriptText)
Parameters
scriptText
stringThe C# script text to be executed.
Properties
ScriptText
Gets or sets the C# script text to be executed.
public string ScriptText { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.