RemoteHookingIContext Interface |
A context contains some basic information about the environment
in which your library main method has been invoked. You will always
get an instance of this interface in your library Run method
and your library constructor.
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax public interface IContext
Public Interface IContext
public interface class IContext
type IContext = interface end
The RemoteHookingIContext type exposes the following members.
Properties
| Name | Description |
---|
| HostPID |
Returns the process ID of the host that has injected this library.
|
TopSee Also