Method GetDefaultConfig
- Namespace
- MonoMod.RuntimeDetour
- Assembly
- MonoMod.RuntimeDetour.dll
GetDefaultConfig()
Gets the default DetourConfig at this location, if any.
public static DetourConfig? GetDefaultConfig()
Returns
- DetourConfig
- The default DetourConfig, if any.
Remarks
This method behaves similarly to CurrentConfig, but may fall back to some default value
when no context provides a config.