Class Symbol
- Namespace
- AsmResolver
- Assembly
- AsmResolver.dll
Represents a simple symbol that maps a name to a memory address.
public class Symbol : ISymbol
- Inheritance
-
Symbol
- Implements
- Inherited Members
Constructors
Symbol(ISegmentReference)
Creates a new symbol.
public Symbol(ISegmentReference address)
Parameters
address
ISegmentReferenceThe address of the symbol.
Properties
Address
Gets the address of the symbol.
public ISegmentReference Address { get; }
Property Value
Methods
GetReference()
Gets a reference the object.
public ISegmentReference GetReference()
Returns
- ISegmentReference
The object.
ToString()
Returns a string that represents the current object.
public override string? ToString()
Returns
- string
A string that represents the current object.