Table of Contents

Class DisassembledMethod

Namespace
BenchmarkDotNet.Disassemblers
Assembly
BenchmarkDotNet.dll
public class DisassembledMethod
Inheritance
DisassembledMethod

Constructors

DisassembledMethod()

public DisassembledMethod()

Properties

CommandLine

public string CommandLine { get; set; }

Property Value

string

Maps

public Map[] Maps { get; set; }

Property Value

Map[]

Name

public string Name { get; set; }

Property Value

string

NativeCode

public ulong NativeCode { get; set; }

Property Value

ulong

Problem

public string Problem { get; set; }

Property Value

string

Methods

Empty(string, ulong, string)

public static DisassembledMethod Empty(string fullSignature, ulong nativeCode, string problem)

Parameters

fullSignature string
nativeCode ulong
problem string

Returns

DisassembledMethod