Config Methods |
The Config type exposes the following members.
Name | Description | |
---|---|---|
DebugPrint | Obsolete. | |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetDependantSvcExecutableName |
Get the EasyHook SVC executable name with the custom dependency path prepended.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetProcessPath |
Get the directory name of the current process, ending with a backslash.
| |
GetSvcExecutableName |
Get the name of the EasyHook SVC executable.
Automatically determine whether to use the 64-bit or the 32-bit version.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetWOW64BypassExecutableName |
Get the name of the EasyHook SVC executable to use for WOW64 bypass.
If this process is 64-bit, return the 32-bit service executable and vice versa.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PrintComment | Obsolete. | |
PrintError | Obsolete. | |
PrintWarning | Obsolete. | |
Register |
REQUIRES ADMIN PRIVILEGES. Installs EasyHook and all given user NET assemblies into the GAC and
ensures that all references are cleaned up if the installing application
is shutdown. Cleanup does not depend on the calling application...
| |
RunCommand | Obsolete. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |