예제 #1
0
 public extern static void Sal8IoRedirectErr(ref IO io, IO.OutHandler handler);
예제 #2
0
 /// <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);
 }