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)
Syntaxpublic static Assembly[] GetAssembliesInCurrentAppDomain()
Public Shared Function GetAssembliesInCurrentAppDomain As Assembly()
Return Value
Type:
AssemblyAn array containing all Assemblies which are loaded in the current AppDomain.
See Also