Class EmptyDetourContext
- Namespace
- MonoMod.RuntimeDetour
- Assembly
- MonoMod.RuntimeDetour.dll
A DetourContext base class which does not resolve any values for the context.
public abstract class EmptyDetourContext : DetourContext
- Inheritance
-
EmptyDetourContext
- Derived
- Inherited Members
Methods
- TryGetConfig(out DetourConfig?)
- Tries to get the DetourConfig provided by this context.
- TryGetFactory(out IDetourFactory)
- Tries to get the IDetourFactory provided by this context.