Click or drag to resize

ModCommandLineGetEnvironmentString Method

Attempts to access the command line string generated by the application and combines it into a single space separated string.

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static string GetEnvironmentString(
	bool skipExecutionPath = true
)

Parameters

skipExecutionPath (Optional)
Type: SystemBoolean
When true, the application startup path that is always present in the command line will be excluded from the result

Return Value

Type: String
A string value representing the applications command line
See Also