Click or drag to resize

Globals Class

X#
Support class to support runtime access to globals declared in the loaded X# assemblies
Inheritance Hierarchy
Object
  Globals

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 CLASS Globals
Request Example View Source

The Globals type exposes the following members.

Constructors
  NameDescription
Public methodGlobals
Initializes a new instance of the Globals class
Top
Methods
  NameDescription
Public methodStatic memberFind
Find the Global Field with a name
Public methodStatic memberGet
Return the value of a Global
Public methodStatic memberGetAllGlobals
Return a list of all Global Fields. This is used in the Globals Debugger Window
Public methodStatic memberPut
Assign a value to a Global
Top
See Also