# Editor.EditorUtility.Projects.ResolveCompiler

```csharp
static Compiler ResolveCompiler(System.Reflection.Assembly assembly)
```

Resolve a compiler from an assembly, using the assembly name

### Parameters

- `assembly` (`System.Reflection.Assembly`)

### Returns

`Compiler`

Declared in [Editor.EditorUtility.Projects](/api/Editor.EditorUtility.Projects).
Assembly: `Sandbox.Tools`.
