Class ReadVariableFromTerminal
A class that represents a VHI ReadVariableFromTerminal command.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI.Command
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
[Serializable]
public class ReadVariableFromTerminal : Command
Constructors
ReadVariableFromTerminal(string, int)
Constructs a new ReadVarFromTerminal command.
Declaration
public ReadVariableFromTerminal(string variable, int length)
Parameters
Type | Name | Description |
---|---|---|
string | variable | the variable name |
int | length | the number of characters to read |
See Also
Properties
Length
Gets the variable length.
Declaration
public virtual int Length { get; }
Property Value
Type | Description |
---|---|
int | the variable length |
See Also
Name
Gets the command name.
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
string | the command name |
Overrides
See Also
Variable
Gets the variable name.
Declaration
public virtual string Variable { get; }
Property Value
Type | Description |
---|---|
string | the variable name |