RuntimeState Methods |
The RuntimeState type exposes the following members.
Name | Description | |
---|---|---|
GetInstance | Retrieve the runtime state for the current thread | |
GetValueT | Retrieve a value from the state of the current Thread. | |
SetDataSession | This method can be used to switch the active DataSession in the runtime state. | |
SetValueT | Set a value for the state of the current Thread. | |
StringCompare(String, String) |
Compare 2 strings. This function is used by the compiler for string comparisons.
| |
StringCompare(Byte, Byte, Long) | Compare 2 byte arrays respecting the runtime string comparison rules. | |
StringCompareCollation |
Compare 2 strings. This function is used by the compiler for string comparisons.
| |
ToString | ToString() override (Overrides ToString.) |