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)
Syntaxpublic static void TryLoadDotNetTerrariaReferences()
Public Shared Sub TryLoadDotNetTerrariaReferences
See Also