Beispiel #1
0
 public static bool Load(GetHookPathDelegate getHookPath, string programPath, string cmdLine, string environment = null, bool showErrorMessage = true)
 {
     return(Load(new GetHookPathDelegate[] { getHookPath }, programPath, cmdLine, environment, showErrorMessage));
 }
Beispiel #2
0
 public static bool Load(GetHookPathDelegate getHookPath, string programPath, string cmdLine, string environment = null)
 {
     return(Load(new GetHookPathDelegate[] { getHookPath }, programPath, cmdLine, environment));
 }