Enum PropertyAttributes
- Namespace
- AsmResolver.PE.DotNet.Metadata.Tables
- Assembly
- AsmResolver.PE.dll
Provides members defining all flags that can be assigned to a property definition.
[Flags]
public enum PropertyAttributes : ushort
Fields
HasDefault = 4096
The property has got a default value.
None = 0
The property has no attribute.
RuntimeSpecialName = 1024
The runtime should check the name encoding.
SpecialName = 512
The property uses a special name.