Click or drag to resize

ModCommandLine Property

Access the mod command line arguments. This allows for parsing the command line into Uri path objects for each mod specified.

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static ModCommandLine CommandLine { get; }

Property Value

Type: ModCommandLine
See Also