# IIl2CppProcessor

> Implement this interface to receive callbacks related to the running of IL2CPP.

## Definition

* **Type:** Interface
* **Namespace:** [UnityEditor.Build](/engine/6000.5/script-reference/unityeditor/build.md)
* **Assembly:** UnityEditor.CoreModule

> **Warning:**
>
> **Removed.** The IIl2CppProcessor interface has been removed from Unity. Use IPostBuildPlayerScriptDLLs if you need to access player assemblies before il2cpp runs.

```csharp
public interface IIl2CppProcessor : IOrderedCallback
```

## Inheritance

**Inherited Members:**

* [IOrderedCallback.callbackOrder](/engine/6000.5/script-reference/unityeditor/build/iorderedcallback/callbackorder.md)
