# CurrentAssemblies

> Provides utility methods to enumerate assemblies loaded and managed by Unity.

## Definition

* **Type:** Class
* **Namespace:** [UnityEngine.Assemblies](/engine/6000.6/script-reference/unityengine/assemblies.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static class CurrentAssemblies
```

## Static Methods

| Method                                                                                                                 | Description                                                                                 |
| ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| [GetLoadedAssemblies](/engine/6000.6/script-reference/unityengine/assemblies/currentassemblies/getloadedassemblies.md) | Gets the assemblies Unity has loaded into the current execution context.                    |
| [LoadFromBytes](/engine/6000.6/script-reference/unityengine/assemblies/currentassemblies/loadfrombytes.md)             | Loads an assembly from a byte array that is a Common Object File Format (COFF)-based image. |
| [LoadFromPath](/engine/6000.6/script-reference/unityengine/assemblies/currentassemblies/loadfrompath.md)               | Loads an assembly from the specified file path.                                             |
