Click or drag to resize

HookRuntimeInfoManagedStackTrace Property

Creates a call stack trace of the managed code path that finally lead to your hook. To detect whether the desired module is within the call stack you will have to walk through the whole list! Executes in max. 80 micro secounds.

Namespace:  EasyHook
Assembly:  EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax
public static Module[] ManagedStackTrace { get; }

Property Value

Type: Module
See Also