Provides utility methods to enumerate assemblies loaded and managed by Unity.
| 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. |