# mainWindowDisplayInfo

> The display information associated with the display that the main application window is on.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.5/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static DisplayInfo mainWindowDisplayInfo { get; }
```

### Remarks

This API does not allocate managed memory outside of the Editor. You can access this property without generating garbage or triggering the garbage collector. It is only supported on Linux, macOS and Windows Standalone.
