Property CurrentConfig
- Namespace
- MonoMod.RuntimeDetour
- Assembly
- MonoMod.RuntimeDetour.dll
CurrentConfig
Gets the DetourConfig active at the current location, if any.
public static DetourConfig? CurrentConfig { get; }
Property Value
Remarks
This property is equivalent to the result of TryGetCurrentConfig(out DetourConfig?), except
that it returns null when no context provides a config.