ConfigDependencyPath Property |
The path where dependant files, like EasyHook(32|64)Svc.exe are stored.
Defaults to no path being specified.
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax public static string DependencyPath { get; set; }
Public Shared Property DependencyPath As String
Get
Set
public:
static property String^ DependencyPath {
String^ get ();
void set (String^ value);
}
static member DependencyPath : string with get, set
Property Value
Type:
StringSee Also