Show / Hide Table of Contents

Class VirtualMachineHypervisor

Inheritance
Object
VirtualMachineHypervisor
HyperV
VirtualBox
VMware
Namespace: BenchmarkDotNet.Portability
Assembly: BenchmarkDotNet.dll
Syntax
public abstract class VirtualMachineHypervisor

Properties

Name

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

Methods

ContainsVmIdentifier(String, String)

Declaration
protected static bool ContainsVmIdentifier(string systemInformation, string vmIdentifier)
Parameters
Type Name Description
String systemInformation
String vmIdentifier
Returns
Type Description
Boolean

IsVirtualMachine(String, String)

Declaration
public abstract bool IsVirtualMachine(string manufacturer, string model)
Parameters
Type Name Description
String manufacturer
String model
Returns
Type Description
Boolean
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors