Click or drag to resize

HHelpersGetAssembliesInCurrentAppDomain Method

Returns an array of all Assemblies which are loaded in the current AppDomain. This is simply a wrapper for AppDomain.CurrentDomain.GetAssemblies().

Namespace:  com.tiberiumfusion.ttplugins.HarmonyPlugins
Assembly:  TTPlugins (in TTPlugins.dll) Version: 1.2.0.1 (1.2.0.1)
Syntax
public static Assembly[] GetAssembliesInCurrentAppDomain()

Return Value

Type: Assembly
An array containing all Assemblies which are loaded in the current AppDomain.
See Also