Table of Contents

Interface ICoreDetourWithClone

Namespace
MonoMod.Core
Assembly
MonoMod.Core.dll
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.

See Also