Click or drag to resize

RuntimeState Methods

X#

The RuntimeState type exposes the following members.

Functions
  NameDescription
Public methodStatic memberGetInstance
Retrieve the runtime state for the current thread
Public methodStatic memberGetValueT
Retrieve a value from the state of the current Thread.
Public methodStatic memberSetDataSession
This method can be used to switch the active DataSession in the runtime state.
Public methodStatic memberSetValueT
Set a value for the state of the current Thread.
Public methodStatic memberStringCompare(String, String)
Compare 2 strings. This function is used by the compiler for string comparisons.
Public methodStatic memberStringCompare(Byte, Byte, Long)
Compare 2 byte arrays respecting the runtime string comparison rules.
Public methodStatic memberStringCompareCollation
Compare 2 strings. This function is used by the compiler for string comparisons.
Public methodToString
ToString() override
(Overrides ToString.)
Top
See Also