Thread: Console.WriteLine

  1. #1
    Registered User
    Join Date
    May 2006
    Posts
    1,579

    Console.WriteLine

    Hello everyone,


    Is Concole.WriteLine and other Console write methods, like Console.Write thread safe? I can not find any related information from MSDN about the thread safety of this method.


    thanks in advance,
    George

  2. #2
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145
    Check this page, under thread safety:
    http://msdn.microsoft.com/en-us/libr...m.console.aspx
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Which one is "quicker" ?
    By AloneInTheDark in forum C# Programming
    Replies: 2
    Last Post: 02-08-2008, 09:23 PM
  2. For Newbies Like Me
    By oval in forum C# Programming
    Replies: 0
    Last Post: 03-26-2006, 02:55 AM
  3. excercise
    By luigi40 in forum C# Programming
    Replies: 9
    Last Post: 11-22-2005, 03:25 AM
  4. Another beginner question
    By endo in forum C# Programming
    Replies: 6
    Last Post: 03-31-2005, 11:57 AM
  5. ArrayLists + Inner Structs
    By ginoitalo in forum C# Programming
    Replies: 5
    Last Post: 05-09-2002, 05:09 AM