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
<FlagsAttribute>
Public Enumeration InjectionOptions
[FlagsAttribute]
public enum class InjectionOptions
[<FlagsAttribute>]
type InjectionOptions
Members
| Member name | Value | Description |
---|
| Default | 0 |
Default injection procedure.
|
| NoService | 1 |
Use of services is not permitted.
|
| NoWOW64Bypass | 2 |
Use of WOW64 bypass is not permitted.
|
| DoNotRequireStrongName | 4 |
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