Enum CilEmulationFlags
- Namespace
- Echo.Platforms.AsmResolver.Emulation
- Assembly
- Echo.Platforms.AsmResolver.dll
Defines flags that control or override the behavior of a virtual machine.
[Flags]
public enum CilEmulationFlags
Fields
None = 0Indicates no special flags.
SkipTypeInitializations = 1Indicates type initializers (.cctor) will not be called when accessing a type or a member of a type for the first time.