ConfigHelperLibraryLocation Property |
The path where helper files, like EasyHook(32|64).dll are stored.
Defaults to the location of the assembly containing the Config type
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax public static string HelperLibraryLocation { get; set; }
Public Shared Property HelperLibraryLocation As String
Get
Set
public:
static property String^ HelperLibraryLocation {
String^ get ();
void set (String^ value);
}
static member HelperLibraryLocation : string with get, set
Property Value
Type:
StringSee Also