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 = 4096The property has got a default value.
None = 0The property has no attribute.
RuntimeSpecialName = 1024The runtime should check the name encoding.
SpecialName = 512The property uses a special name.