Interface ICoreDetourWithClone
An ICoreDetour that additionally provides SourceMethodClone.
public interface ICoreDetourWithClone : ICoreDetour, ICoreDetourBase
- Inherited Members
Remarks
An ICoreDetour may implement this interface without actually providing a source clone.
Properties
- SourceMethodClone
- A clone of Source, which behaves as-if it had not been detoured.
- SourceMethodCloneIL
- A DynamicMethodDefinition that contains the IL for SourceMethodClone, if it has any.