Enum IndexSize
- Namespace
- AsmResolver
- Assembly
- AsmResolver.dll
Provides possible values for the size of an index.
public enum IndexSizeFields
- Long = 4
- Indicates the index is 32-bits wide. 
- Short = 2
- Indicates the index is 16-bits wide. 
Provides possible values for the size of an index.
public enum IndexSizeLong = 4Indicates the index is 32-bits wide.
Short = 2Indicates the index is 16-bits wide.