Table of Contents

Property HasActiveCall

Namespace
MonoMod.RuntimeDetour
Assembly
MonoMod.RuntimeDetour.dll

HasActiveCall

Gets whether or not there are any active calls to this function.
public bool HasActiveCall { get; }

Property Value

bool

Remarks

This will only ever return true when there are detours applied.