AsmDisplayFlags 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 has a FlagsAttribute attribute that allows a bitwise combination of its member values.
public enum class AsmDisplayFlags
[System.Flags]
[System.Runtime.InteropServices.ComVisible(false)]
public enum AsmDisplayFlags
type AsmDisplayFlags =
Public Enum AsmDisplayFlags
- Inheritance
-
AsmDisplayFlags
- Attributes
Fields
| Culture | 2 | |
| Custom | 16 | |
| LanguageId | 64 | |
| ProcessorArchitecture | 32 | |
| PublicKey | 8 | |
| PublicKeyToken | 4 | |
| Version | 1 |