# DefaultLaunchReport

> Provides information about the application launch.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor.Build](/engine/6000.7/script-reference/unityeditor/build.md)
* **Assembly:** UnityEditor.CoreModule
* **Implements:** [ILaunchReport](/engine/6000.7/script-reference/unityeditor/build/ilaunchreport.md)

```csharp
public class DefaultLaunchReport : ILaunchReport
```

## Remarks

Use this class to obtain information about the application launched on a target platform that does not provide its own launch report.

## Properties

| Property                                                                                            | Description                                                      |
| --------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
| [buildTarget](/engine/6000.7/script-reference/unityeditor/build/defaultlaunchreport/buildtarget.md) | The target platform on which the application build was launched. |
| [result](/engine/6000.7/script-reference/unityeditor/build/defaultlaunchreport/result.md)           | The outcome of the application launch.                           |
