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