enum_EVALFLAGS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enumeration supports a bitwise combination of its member values.
public enum class enum_EVALFLAGS
[System.Flags]
public enum enum_EVALFLAGS
[<System.Flags>]
type enum_EVALFLAGS =
Public Enum enum_EVALFLAGS
- Inheritance
-
enum_EVALFLAGS
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| EVAL_RETURNVALUE | 2 | |
| EVAL_NOSIDEEFFECTS | 4 | |
| EVAL_ALLOWBPS | 8 | |
| EVAL_ALLOWERRORREPORT | 16 | |
| EVAL_FUNCTION_AS_ADDRESS | 64 | |
| EVAL_NOFUNCEVAL | 128 | |
| EVAL_NOEVENTS | 4096 | |
| EVAL_DESIGN_TIME_EXPR_EVAL | 8192 | |
| EVAL_ALLOW_IMPLICIT_VARS | 16384 |