Table of Contents

Method SetSwitchValue

Namespace
MonoMod
Assembly
MonoMod.Utils.dll

SetSwitchValue(string, object?)

Sets the value associated with a switch.
public static void SetSwitchValue(string @switch, object? value)

Parameters

switch string
The switch to set the value of.
value object
The value of the switch.