Click or drag to resize

InjectionOptions Enumeration

All supported options that will influence the way your library is injected.

Namespace:  EasyHook
Assembly:  EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax
[FlagsAttribute]
public enum InjectionOptions
Members
  Member nameValueDescription
Default0 Default injection procedure.
NoService1 Use of services is not permitted.
NoWOW64Bypass2 Use of WOW64 bypass is not permitted.
DoNotRequireStrongName4 Allow injection without a strong name (e.g. no GAC registration). This option requires that the full path to injected assembly be provided
See Also