Class RuntimeInitParameters
Inheritance
System.Object
RuntimeInitParameters
Assembly: OpenMod.API.dll
Syntax
public class RuntimeInitParameters : object
Properties
|
Improve this Doc
View Source
CommandlineArgs
Declaration
public string[] CommandlineArgs { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
PackageManager
Declaration
public object? PackageManager { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Object> |
|
|
Improve this Doc
View Source
WorkingDirectory
Declaration
public string WorkingDirectory { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods