# 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 |
