# StrippingLevel

> Managed code stripping level.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public enum StrippingLevel
```

## Fields

| Value                                                                                              | Description                                                                                                    |
| -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| [Disabled](/engine/6000.6/script-reference/unityeditor/strippinglevel/disabled.md)                 | Deprecated. See [ManagedStrippingLevel](/engine/6000.6/script-reference/unityeditor/managedstrippinglevel.md). |
| [StripAssemblies](/engine/6000.6/script-reference/unityeditor/strippinglevel/stripassemblies.md)   | Deprecated. See [ManagedStrippingLevel](/engine/6000.6/script-reference/unityeditor/managedstrippinglevel.md). |
| [StripByteCode](/engine/6000.6/script-reference/unityeditor/strippinglevel/stripbytecode.md)       | Deprecated. See [ManagedStrippingLevel](/engine/6000.6/script-reference/unityeditor/managedstrippinglevel.md). |
| [UseMicroMSCorlib](/engine/6000.6/script-reference/unityeditor/strippinglevel/usemicromscorlib.md) | Deprecated. See [ManagedStrippingLevel](/engine/6000.6/script-reference/unityeditor/managedstrippinglevel.md). |
