public void ProtectFromExternalProcesses(int Action) { SecureImports.hProtectFromExternalProcesses(Action); }
public static bool IsDebuggerAttached() { return(SecureImports.hIsDebuggerP() || Debugger.IsAttached || Debugger.IsLogging() ? true : false); }