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
Maps
public Map[] Maps { get; set; }
Property Value
- Map[]
Name
public string Name { get; set; }
Property Value
NativeCode
public ulong NativeCode { get; set; }
Property Value
Problem
public string Problem { get; set; }
Property Value
Methods
Empty(string, ulong, string)
public static DisassembledMethod Empty(string fullSignature, ulong nativeCode, string problem)