> For the complete documentation index, see [llms.txt](https://docs.soraco.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soraco.co/docs/api-reference/.net-api/iqlmhardware/runningonhyperv.md).

# RunningOnHyperV

### Description

Determines if the current process is running on a Microsoft Hyper-V virtual machine.

```csharp
bool RunningOnHyperV ()
```

### Return

| Type | Description                                                                           |
| ---- | ------------------------------------------------------------------------------------- |
| bool | returns true if the current process is running on a Microsoft Hyper-V virtual machine |
