Interface IDetourFactory
A factory for creating ICoreDetours and ICoreNativeDetours.
[CLSCompliant(true)]
public interface IDetourFactory
- Extension Methods
Properties
- SupportsNativeDetourOrigEntrypoint
- Gets whether this IDetourFactory can create ICoreNativeDetours with an OrigEntrypoint.
Methods
- CreateDetour(CreateDetourRequest)
- Creates an ICoreDetour according to the arguments specified in
request
.
- CreateNativeDetour(CreateNativeDetourRequest)
- Creates an ICoreNativeDetour according to the arguments specified in
request
.