Enum PublicSymbolAttributes
- Namespace
- AsmResolver.Symbols.Pdb.Records
- Assembly
- AsmResolver.Symbols.Pdb.dll
Provides members defining all flags that can be associated to a public symbol.
[Flags]
public enum PublicSymbolAttributes : uint
Fields
Code = 1
Indicates the symbol is a code symbol.
Function = 2
Indicates the symbol is a function.
Managed = 4
Indicates the symbol involves managed code.
Msil = 8
Indicates the symbol involves MSIL code.
None = 0
Indicates no flags are assigned to the symbol.