Table of Contents

Class CodeViewField

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

Represents a single record in a field list of a TPI stream.

public abstract class CodeViewField : CodeViewLeaf, ITpiLeaf, ICodeViewLeaf
Inheritance
CodeViewField
Implements
Derived
Inherited Members

Constructors

CodeViewField(uint)

Initializes an empty CodeView field leaf.

protected CodeViewField(uint typeIndex)

Parameters

typeIndex uint

The type index to assign to the leaf.

Properties

Attributes

Gets or sets the attributes associated to the field.

public CodeViewFieldAttributes Attributes { get; set; }

Property Value

CodeViewFieldAttributes

IsIntroducingVirtual

Gets a value indicating whether the field is a newly introduced virtual function.

public bool IsIntroducingVirtual { get; }

Property Value

bool