Class CodeViewNamedField
- Namespace
- AsmResolver.Symbols.Pdb.Leaves
- Assembly
- AsmResolver.Symbols.Pdb.dll
Represents a single record in a field list that is assigned a name.
public abstract class CodeViewNamedField : CodeViewField, ITpiLeaf, ICodeViewLeaf
- Inheritance
-
CodeViewNamedField
- Implements
- Derived
- Inherited Members
Constructors
CodeViewNamedField(uint)
Initializes an empty CodeView field leaf.
protected CodeViewNamedField(uint typeIndex)
Parameters
typeIndex
uintThe type index to assign to the leaf.
Properties
Name
Gets or sets the name of the field.
public Utf8String Name { get; set; }
Property Value
Methods
GetName()
Obtains the name of the field.
protected virtual Utf8String GetName()
Returns
- Utf8String
The name.
Remarks
This method is called upon initialization of the Name property.
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.