Constructor CreateDetourRequest
CreateDetourRequest(MethodBase, MethodBase)
A request to create an ICoreDetour.
public CreateDetourRequest(MethodBase Source, MethodBase Target)
Parameters
SourceMethodBase- The source method for the detour.
TargetMethodBase- The target method for the detour.
- See Also