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)
Syntaxpublic List<string> OutputFilesOnDisk { get; set; }
Public Property OutputFilesOnDisk As List(Of String)
Get
Set
Property Value
Type:
ListString
See Also