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; }
Public Shared ReadOnly Property ManagedStackTrace As Module()
Get
public:
static property array<Module^>^ ManagedStackTrace {
array<Module^>^ get ();
}
static member ManagedStackTrace : Module[] with get
Property Value
Type:
ModuleSee Also