Interface IDetourHandle
Represents an applied method detour.
public interface IDetourHandle : IDisposable
- Inherited Members
Properties
IsApplied
Gets a value indicating whether the detour is currently applied.
bool IsApplied { get; }
Property Value
Original
Gets the method that was redirected by this handle.
MethodBase Original { get; }