Table of Contents

Enum SimpleTypeMode

Namespace
AsmResolver.Symbols.Pdb.Leaves
Assembly
AsmResolver.Symbols.Pdb.dll

Provides members defining all possible modes that a simple type in a PDB image can be set to.

public enum SimpleTypeMode

Fields

Direct = 0

Indicates the type is not a pointer.

FarPointer = 2

Indicates the type is a far pointer.

FarPointer32 = 5

Indicates the type is a 32 bit far pointer.

HugePointer = 3

Indicates the type is a huge pointer.

NearPointer = 1

Indicates the type is a near pointer.

NearPointer128 = 7

Indicates the type is a 128 bit near pointer.

NearPointer32 = 4

Indicates the type is a 32 bit near pointer.

NearPointer64 = 6

Indicates the type is a 64 bit near pointer.

Remarks