Table of Contents

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 = 0

Indicates no special flags.

SkipTypeInitializations = 1

Indicates type initializers (.cctor) will not be called when accessing a type or a member of a type for the first time.