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

# RunningOnVirtualBox

### Description

Determines if the current process is running on a Virtual Box virtual machine.

```csharp
bool RunningOnVirtualBox  ()
```

### Return

| Type | Description                                                                     |
| ---- | ------------------------------------------------------------------------------- |
| bool | returns true if the current process is running on a Virtual Box virtual machine |
