Click or drag to resize

HPluginAssemblyCompilerTryLoadDotNetTerrariaReferences Method

Attempts to load the specific assemblies which Terraria references into the current AppDomain for plugin compilation. Only loads "regular" assemblies, i.e. those that exist on-disk and are not embedded in Terraria itself.

Namespace:  com.tiberiumfusion.ttplugins.HarmonyPlugins
Assembly:  TTPlugins (in TTPlugins.dll) Version: 1.2.0.1 (1.2.0.1)
Syntax
public static void TryLoadDotNetTerrariaReferences()
See Also