Class DetourConfigContext
- Namespace
- MonoMod.RuntimeDetour
- Assembly
- MonoMod.RuntimeDetour.dll
A DetourContext which unconditionally resolves a DetourConfig.
public class DetourConfigContext : EmptyDetourContext
- Inheritance
-
DetourConfigContext
- Inherited Members
Constructors
- DetourConfigContext(DetourConfig?)
- Constructs a DetourConfigContext which resolves the provided DetourConfig.
Methods
- TryGetConfig(out DetourConfig?)
- Tries to get the DetourConfig provided by this context.