点击或拖拽改变大小

CompilerServices 类

X#
This class contains helper code that is called by the compiler to support various XBase language constructs, such as the automatic memory management of PSZ values created with String2Psz().
继承层次
Object
  CompilerServices

命名空间:  XSharp.Internal
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 STATIC CLASS CompilerServices
查看代码

CompilerServices 类型公开以下成员。

方法
  名称说明
公共方法静态成员CanBreak
Determine if we are inside a BEGIN SEQUENCE .. END by looking at the SEQUENCE counter in the runtime.
公共方法静态成员EnterBeginSequence
Increment the SEQUENCE counter for a BEGIN SEQUENCE statement
公共方法静态成员ExitBeginSequence
Decrement the SEQUENCE counter for a BEGIN SEQUENCE statement
公共方法静态成员String2Psz
Allocate a PSZ and add it to the list
公共方法静态成员String2PszRelease
Free all PSZ values in the List
公共方法静态成员StringArrayInit
公共方法静态成员StringSubtract
Subtract 2 strings.
Top
参见