HookRuntimeInfoPointerToModule Method |
Retrives the unmanaged module that contains the given pointer. If no module can be
found, null is returned. This method will automatically update the unmanaged
module list from time to time.
Executes in less than one micro secound.
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax public static ProcessModule PointerToModule(
IntPtr InPointer
)
Public Shared Function PointerToModule (
InPointer As IntPtr
) As ProcessModule
public:
static ProcessModule^ PointerToModule(
IntPtr InPointer
)
static member PointerToModule :
InPointer : IntPtr -> ProcessModule
Parameters
- InPointer
- Type: SystemIntPtr
Return Value
Type:
ProcessModuleSee Also