> 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/runningonvm.md).

# RunningOnVM

### Description

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

```csharp
bool RunningOnVM   ()
```

### Return

| Type | Description                                                                                             |
| ---- | ------------------------------------------------------------------------------------------------------- |
| bool | returns true if the current process is running on a Virtual Machine such as Microsoft Hyper-V or VMWare |
