Class UnknownCodeViewLeaf
- Namespace
- AsmResolver.Symbols.Pdb.Leaves
- Assembly
- AsmResolver.Symbols.Pdb.dll
Represents an unknown or unsupported CodeView type record.
public class UnknownCodeViewLeaf : CodeViewLeaf, ITpiLeaf, IIpiLeaf, ICodeViewLeaf
- Inheritance
-
UnknownCodeViewLeaf
- Implements
- Inherited Members
Constructors
UnknownCodeViewLeaf(CodeViewLeafKind, byte[])
Creates a new unknown type record.
public UnknownCodeViewLeaf(CodeViewLeafKind leafKind, byte[] data)
Parameters
leafKind
CodeViewLeafKindThe type of symbol.
data
byte[]The raw data stored in the record.
Properties
Data
Gets the raw data stored in the record.
public byte[] Data { get; }
Property Value
- byte[]
LeafKind
Gets the type kind this record encodes.
public override CodeViewLeafKind LeafKind { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.