Click or drag to resize

ModCommandLineAllMods Property

Attempts to enumerate all paths found in the command line. This property may result in the command line being parsed automatically.

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IEnumerable<Uri> AllMods { get; }

Property Value

Type: IEnumerableUri
See Also