Interface IDetourFactory
A factory for creating ICoreDetours and ICoreNativeDetours.
[CLSCompliant(true)]
public interface IDetourFactory
- Extension Methods
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
.