HPluginCompilationConfigurationReferencesOnDisk Property |
List of paths to all references needed for plugin compilation (i.e. Terraria.exe and its extracted dependencies).
Must be file paths on the disk, since CodeDom cannot use in-memory assemblies.
Namespace:
com.tiberiumfusion.ttplugins.HarmonyPlugins
Assembly:
TTPlugins (in TTPlugins.dll) Version: 1.2.0.1 (1.2.0.1)
Syntaxpublic List<string> ReferencesOnDisk { get; set; }
Public Property ReferencesOnDisk As List(Of String)
Get
Set
Property Value
Type:
ListString
See Also