Table of Contents

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

Dictionary<ulong, string>

Errors

public string[] Errors { get; set; }

Property Value

string[]

Methods

public DisassembledMethod[] Methods { get; set; }

Property Value

DisassembledMethod[]

PointerSize

public uint PointerSize { get; set; }

Property Value

uint

SerializedAddressToNameMapping

public DisassemblyResult.MutablePair[] SerializedAddressToNameMapping { get; set; }

Property Value

MutablePair[]