Click or drag to resize

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)
Syntax
public List<string> ReferencesOnDisk { get; set; }

Property Value

Type: ListString
See Also