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.1.0 (1.2.1.0)
Syntax
public static Assembly[] GetAssembliesInCurrentAppDomain()
Request Example View Source

Return Value

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