# GetInstalledPlatformModules()

> Gets a list of all installed platforms.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.Build.Profile](/engine/6000.6/script-reference/unityeditor/build/profile.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static IReadOnlyList<InstalledPlatformInfo> GetInstalledPlatformModules()
```

### Returns

| Type                                                                                                                       | Description                                                                                                             |
| -------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| [IReadOnlyList\<InstalledPlatformInfo>](https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1) | [InstalledPlatformInfo](/engine/6000.6/script-reference/unityeditor/build/profile/installedplatforminfo.md) collection. |
