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