Class DisassembledMethod
  
  
  
  
    Inheritance
    
    DisassembledMethod
   
  
  Assembly: BenchmarkDotNet.dll
  Syntax
  
    public class DisassembledMethod
   
  Properties
  
  
  
  
  CommandLine
  
  
  Declaration
  
    public string CommandLine { get; set; }
   
  Property Value
  
  
  
  
  Maps
  
  
  Declaration
  
    public Map[] Maps { get; set; }
   
  Property Value
  
  
  
  
  Name
  
  
  Declaration
  
    public string Name { get; set; }
   
  Property Value
  
  
  
  
  NativeCode
  
  
  Declaration
  
    public ulong NativeCode { get; set; }
   
  Property Value
  
  
  
  
  Problem
  
  
  Declaration
  
    public string Problem { get; set; }
   
  Property Value
  
  Methods
  
  
  
  
  Empty(String, UInt64, String)
  
  
  Declaration
  
    public static DisassembledMethod Empty(string fullSignature, ulong nativeCode, string problem)
   
  Parameters
  
  Returns