Table of Contents

Class DetourFactoryContext

Namespace
MonoMod.RuntimeDetour
Assembly
MonoMod.RuntimeDetour.dll
A DetourContext which unconditionally resolves a IDetourFactory.
public class DetourFactoryContext : EmptyDetourContext
Inheritance
DetourFactoryContext
Inherited Members

Constructors

DetourFactoryContext(IDetourFactory)
Constructs a DetourFactoryContext which resolves the provided IDetourFactory.

Methods

TryGetFactory(out IDetourFactory)
Tries to get the IDetourFactory provided by this context.