Class DisassemblyResult
- Namespace
- BenchmarkDotNet.Disassemblers
- Assembly
- BenchmarkDotNet.dll
public class DisassemblyResult
- Inheritance
-
DisassemblyResult
Constructors
DisassemblyResult()
public DisassemblyResult()
Properties
AddressToNameMapping
public Dictionary<ulong, string> AddressToNameMapping { get; }
Property Value
Errors
public string[] Errors { get; set; }
Property Value
- string[]
Methods
public DisassembledMethod[] Methods { get; set; }
Property Value
PointerSize
public uint PointerSize { get; set; }
Property Value
SerializedAddressToNameMapping
public DisassemblyResult.MutablePair[] SerializedAddressToNameMapping { get; set; }