OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class RuntimeInitParameters

Inheritance
System.Object
RuntimeInitParameters
Namespace: OpenMod.API
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

DisposeHelper.DisposeSyncOrAsync(Object)