Class Runtime
Assembly: BenchmarkDotNet.dll
Syntax
public abstract class Runtime : IEquatable<Runtime>
Constructors
Runtime(RuntimeMoniker, String, String)
Declaration
protected Runtime(RuntimeMoniker runtimeMoniker, string msBuildMoniker, string displayName)
Parameters
Properties
IsAOT
Declaration
public virtual bool IsAOT { get; }
Property Value
MsBuildMoniker
MsBuild Target Framework Moniker, example: net462, netcoreapp2.1
Declaration
public string MsBuildMoniker { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
RuntimeMoniker
Declaration
public RuntimeMoniker RuntimeMoniker { get; }
Property Value
Methods
Equals(Runtime)
Declaration
public bool Equals(Runtime other)
Parameters
Type |
Name |
Description |
Runtime |
other |
|
Returns
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements