Skip to content
Concord

Interface IDetourHandle

Namespace
Concord.Detour
Assembly
Concord.Detour.dll

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

bool

Original

Gets the method that was redirected by this handle.

MethodBase Original { get; }

Property Value

MethodBase