Click or drag to resize

HPluginCompilationResultOutputFilesOnDisk Property

A list of the paths of all output files generated during the compile process. Will include both assembly DLLs and their corresponding PDBs.

Namespace:  com.tiberiumfusion.ttplugins.HarmonyPlugins
Assembly:  TTPlugins (in TTPlugins.dll) Version: 1.2.0.1 (1.2.0.1)
Syntax
public List<string> OutputFilesOnDisk { get; set; }

Property Value

Type: ListString
See Also