Constructor DetourConfigContext
- Namespace
- MonoMod.RuntimeDetour
- Assembly
- MonoMod.RuntimeDetour.dll
DetourConfigContext(DetourConfig?)
Constructs a DetourConfigContext which resolves the provided DetourConfig.
public DetourConfigContext(DetourConfig? cfg)
Parameters
cfg
DetourConfig- The DetourConfig to resolve. If this is null, the resolved config is null.