Click or drag to resize

ModCommandLineSingleMod Property

Attempts to access a single mod path from the command line if one exists. This property will always return the first found path within the command line and any other paths will be ignored. 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 Uri SingleMod { get; }

Property Value

Type: Uri
See Also