BaseVsaEngine.Pre 枚举

定义

此枚举有一个允许其成员值按位组合的 FlagsAttribute 属性。

此枚举支持其成员值的按位组合。

protected: enum class BaseVsaEngine::Pre
protected enum BaseVsaEngine.Pre
[System.Flags]
protected enum BaseVsaEngine.Pre
Protected Enum BaseVsaEngine.Pre
继承
BaseVsaEngine.Pre
属性

字段

EngineCompiled 4

引擎已编译。

EngineInitialised 1024

引擎已初始化。

EngineNotClosed 1

引擎未关闭。

EngineNotInitialised 2048

引擎未初始化。

EngineNotRunning 16

引擎未运行。

EngineRunning 8

引擎正在运行。

None 0

未设置任何引擎。

RootMonikerNotSet 64

未设置根名字。

RootMonikerSet 32

设置了根名字。

RootNamespaceSet 128

设置了根命名控件。

SiteNotSet 512

站点未设置。

SiteSet 256

站点已经设置。

SupportForDebug 2

调试功能已打开。

适用于