Interface INCT_SysState
The system manages a generated list of registers, called the 'base list,' which differs from initial registers of the interpreter, parent interpreters, and settings.
Assembly: STNCInterpreter.dll
Syntax
[Guid("E0088BD3-57DE-4163-8301-CA635434BE91")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface INCT_SysState
Properties
BR_ByIndex[int]
Declaration
INCT_BaseReg BR_ByIndex[int Index] { get; }
Parameters
Type |
Name |
Description |
int |
Index |
|
Property Value
BR_ByName[string]
Declaration
INCT_BaseReg BR_ByName[string Name] { get; }
Parameters
Type |
Name |
Description |
string |
Name |
|
Property Value
BR_Count
The function returns the number of base registers.
Declaration
Property Value
Methods
FindFirstRegister(string)
The function returns the first base register (INCT_BaseReg) found by the specified address (Addr).
Declaration
INCT_BaseReg FindFirstRegister(string Addr)
Parameters
Type |
Name |
Description |
string |
Addr |
|
Returns
FindNextRegister(int, string)
Declaration
INCT_BaseReg FindNextRegister(int FromIdx, string Addr)
Parameters
Type |
Name |
Description |
int |
FromIdx |
|
string |
Addr |
|
Returns