CurrentAssemblies
Provides utility methods to enumerate assemblies loaded and managed by Unity.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEngine.Assemblies
- Assembly: UnityEngine.CoreModule
public static class CurrentAssemblies
Static Methods
Method | Description |
|---|---|
| GetLoadedAssemblies | Gets the assemblies Unity has loaded into the current execution context. |
| LoadFromBytes | Loads an assembly from a byte array that is a Common Object File Format (COFF)-based image. |
| LoadFromPath | Loads an assembly from the specified file path. |