Enum CompileAttributes
- Namespace
- AsmResolver.Symbols.Pdb.Records
- Assembly
- AsmResolver.Symbols.Pdb.dll
Provides members describing all possible flags that can be assigned to a CompileSymbol.
[Flags]
public enum CompileAttributes
Fields
CvtCil = 128
Indicates the file is converted with CVTCIL.
EC = 1
Indicates the file is compiled for Edit-and-Continue.
Exp = 2048
Indicates the file is a
.exp
module.HotPatch = 64
Indicates the file is compiled with
/hotpatch
.Ltcg = 4
Indicates the file is compiled with LTCG.
ManagedPresent = 16
Indicates managed code/data is present in the file.
MsilModule = 256
Indicates the file is a MSIL netmodule.
NoDataAlign = 8
Indicates the file is compiled with
-Bzalign
.NoDbgInfo = 2
Indicates the file is not compiled with debug info.
None = 0
Indicates the file is compiled without any extra flags.
Pgo = 1024
Indicates the file is compiled with
/ltcg:pgo
orpgu
.Sdl = 512
Indicates the file is compiled with
/sdl
.SecurityChecks = 32
Indicates the file is compiled with
/GS
.