Click or drag to resize

FormActMainKnownActAssemblyNames Property

ACT will warn the user if ACT's folder contains assemblies not on this list. This is to curtail the bad practice of putting plugins in the default search path.

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public List<string> KnownActAssemblyNames { get; set; }

Property Value

Type: ListString
See Also