Show / Hide Table of Contents

Class DisassembledMethod

Inheritance
Object
DisassembledMethod
Namespace: BenchmarkDotNet.Disassemblers
Assembly: BenchmarkDotNet.dll
Syntax
public class DisassembledMethod

Properties

CommandLine

Declaration
public string CommandLine { get; set; }
Property Value
Type Description
String

Maps

Declaration
public Map[] Maps { get; set; }
Property Value
Type Description
Map[]

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
String

NativeCode

Declaration
public ulong NativeCode { get; set; }
Property Value
Type Description
UInt64

Problem

Declaration
public string Problem { get; set; }
Property Value
Type Description
String

Methods

Empty(String, UInt64, String)

Declaration
public static DisassembledMethod Empty(string fullSignature, ulong nativeCode, string problem)
Parameters
Type Name Description
String fullSignature
UInt64 nativeCode
String problem
Returns
Type Description
DisassembledMethod
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors