Click or drag to resize

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

The RemoteHookingIContext type exposes the following members.

Properties
  NameDescription
Public propertyHostPID
Returns the process ID of the host that has injected this library.
Top
See Also