Table of Contents

Class ActLineCsScript

Namespace
Hi.Numerical.Acts
Assembly
HiMech.dll

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 string

The 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

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.