Property SourceMethodClone
SourceMethodClone
A clone of Source, which behaves as-if it had not been detoured.
MethodInfo? SourceMethodClone { get; }
Property Value
Remarks
This method will not be available unless CreateSourceCloneIfNotILClone was
set when the detour was created. If the IDetourFactory does not support that option,
this may not be set anyway.
- See Also