Class CsProjClassicNetToolchain
  
  this toolchain is designed for the new .csprojs, to build .NET 4.x benchmarks from the context of .NET Core host process
it does not work with the old .csprojs or project.json!
 
  
  
    Inheritance
    
    
    CsProjClassicNetToolchain
   
  
  
  
  Assembly: BenchmarkDotNet.dll
  
  
    public class CsProjClassicNetToolchain : Toolchain, IToolchain
   
  Fields
  
  
  
  
  
  
  Declaration
  
    public static readonly IToolchain Net461
   
  Field Value
  
  
  
  
  
  
  Declaration
  
    public static readonly IToolchain Net462
   
  Field Value
  
  
  
  
  
  
  Declaration
  
    public static readonly IToolchain Net47
   
  Field Value
  
  
  
  
  
  
  Declaration
  
    public static readonly IToolchain Net471
   
  Field Value
  
  
  
  
  
  
  Declaration
  
    public static readonly IToolchain Net472
   
  Field Value
  
  
  
  
  
  
  Declaration
  
    public static readonly IToolchain Net48
   
  Field Value
  
  
  
  
  
  
  Declaration
  
    public static readonly IToolchain Net481
   
  Field Value
  
  Methods
  
  
  
  
  
  
  
  Declaration
  
    public static IToolchain From(string targetFrameworkMoniker, string packagesPath = null)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | String | 
        targetFrameworkMoniker | 
         | 
      
      
        | String | 
        packagesPath | 
         | 
      
    
  
  Returns
  
  
  
  
  
  
  
  Declaration
  
    public override bool IsSupported(BenchmarkCase benchmarkCase, ILogger logger, IResolver resolver)
   
  Parameters
  
  Returns
  
  Overrides
  
  Implements