C# 0 The Complete Reference



Download 4,07 Mb.
Pdf ko'rish
bet495/1096
Sana23.01.2022
Hajmi4,07 Mb.
#402171
1   ...   491   492   493   494   495   496   497   498   ...   1096
Bog'liq
C-Sharp 3 The Complete Reference Herbert Schildt

<

 and 


>

 command-line redirection operators are not part of C#, but are provided by 

the operating system. Thus, if your environment supports I/O redirection (as is the case with 

Windows), you can redirect standard input and standard output without making any changes 

to your program. However, there is a second way that you can redirect the standard streams 

that is under program control. To do so, you will use the 



SetIn( )

,

SetOut( )

, and 

SetError( )

methods, shown here, which are members of 



Console

:

static void SetIn(TextReader 



input

)

static void SetOut(TextWriter 



output

)

static void SetError(TextWriter 



output

)

Thus, to redirect input, call 



SetIn( )

, specifying the desired stream. You can use any input 

stream as long as it is derived from 

TextReader

. To redirect output, call 



SetOut ( )

,

specifying the desired output stream, which must be derived from 



TextWriter

. For example, 

to redirect output to a file, specify a 

FileStream

 that is wrapped in a 



StreamWriter

. The 


following program shows an example:

// Redirect Console.Out.

using System;

using System.IO;

class Redirect {

  static void Main() {

    StreamWriter log_out;

    try {

      log_out = new StreamWriter("logfile.txt");

    }


    catch(IOException exc) {

      Console.WriteLine("Error Opening Log File");

      Console.WriteLine(exc.Message);

      return ;

    }

    // Redirect standard out to logfile.txt.



    Console.SetOut(log_out);

www.freepdf-books.com




Download 4,07 Mb.

Do'stlaringiz bilan baham:
1   ...   491   492   493   494   495   496   497   498   ...   1096




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish