Class DetourFactory
Provides access to the global, current IDetourFactory, as well as extension methods to make
using IDetourFactory easier.
[CLSCompliant(true)]
public static class DetourFactory
- Inheritance
-
DetourFactory
Properties
- Current
- Gets the current IDetourFactory.
- Default
- Gets the default IDetourFactory. This is always the PlatformTriple-based IDetourFactory.
Methods
- CreateDetour(IDetourFactory, MethodBase, MethodBase, bool)
- Creates a managed detour from
source
totarget
.
- CreateNativeDetour(IDetourFactory, nint, nint, bool)
- Creates a native detour from
source
totarget
.