public extern static void Sal8IoRedirectErr(ref IO io, IO.OutHandler handler);
/// <summary> /// Redirects the STDERR stream to a handler. /// </summary> /// /// <param name="handler">The error handler.</param> public void RedirectErr(IO.OutHandler handler) { PInvoke.Sal8IoRedirectErr(ref io, handler); }