Method GetDefaultFactory
- Namespace
- MonoMod.RuntimeDetour
- Assembly
- MonoMod.RuntimeDetour.dll
GetDefaultFactory()
Gets the default IDetourFactory at this location.
public static IDetourFactory GetDefaultFactory()
Returns
- IDetourFactory
- The default IDetourFactory.
Remarks
This method behaves similarly to CurrentFactory, except that it returns Current
when no context provides a factory.