Field

final class ntoseye.Field

A PDB field layout: name, byte offset, byte size, and type spelling.

property name: str

The field name.

property offset: int

Byte offset within the containing type.

property size: int

Size in bytes.

to_dict() → dict[str, Any]
property type: str

The PDB type spelling.