Click or drag to resize

RuntimeState.GetValueT Method

X#
Retrieve a value from the state of the current Thread.

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STATIC METHOD GetValue<T>(
	nSetting AS Set
)
 AS T
Request Example View Source

Parameters

nSetting
Type: Set
Setting number to retrieve. Must be defined in the SET enum.

Type Parameters

T
The return type expected for this setting.

Return Value

Type: T
The current value, or a default value of type T.
See Also