Click or drag to resize

CompilerServices Methods

X#

The CompilerServices type exposes the following members.

Functions
  NameDescription
Public methodStatic memberCanBreak
Determine if we are inside a BEGIN SEQUENCE .. END by looking at the SEQUENCE counter in the runtime.
Public methodStatic memberEnterBeginSequence
Increment the SEQUENCE counter for a BEGIN SEQUENCE statement
Public methodStatic memberExitBeginSequence
Decrement the SEQUENCE counter for a BEGIN SEQUENCE statement
Public methodStatic memberString2Psz
Allocate a PSZ and add it to the list
Public methodStatic memberString2PszRelease
Free all PSZ values in the List
Public methodStatic memberStringArrayInit
Public methodStatic memberStringSubtract
Subtract 2 strings.
Top
See Also