Click or drag to resize

Config Methods

The Config type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDebugPrint Obsolete.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetDependantSvcExecutableName
Get the EasyHook SVC executable name with the custom dependency path prepended.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetProcessPath
Get the directory name of the current process, ending with a backslash.
Public methodStatic memberGetSvcExecutableName
Get the name of the EasyHook SVC executable. Automatically determine whether to use the 64-bit or the 32-bit version.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetWOW64BypassExecutableName
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.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberPrintComment Obsolete.
Public methodStatic memberPrintError Obsolete.
Public methodStatic memberPrintWarning Obsolete.
Public methodStatic memberRegister
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...
Public methodStatic memberRunCommand Obsolete.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also