Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CurrentAssemblies

Provides utility methods to enumerate assemblies loaded and managed by Unity.
Read time 1 minuteLast updated 6 days ago

Definition

public static class CurrentAssemblies

Static Methods

Method

Description

GetLoadedAssembliesGets the assemblies Unity has loaded into the current execution context.
LoadFromBytesLoads an assembly from a byte array that is a Common Object File Format (COFF)-based image.
LoadFromPathLoads an assembly from the specified file path.