[Mono-devel-list] simple query...

Jürg Billeter j at bitron.ch
Sun May 23 16:56:04 EDT 2004


On Son, 2004-05-23 at 21:53, Karan Misra wrote:
> i found some problem with the Console.WriteLine and after some invertigation 
> have found that the managed code part is ok. so the error must be occuring 
> after the transition to the unmanaged code.
> 
> so, please save me some time by please telling me the place (file, line 
> number) where the actual code to send the 'text to be printer' to the 
> console. if a buffer is prepared before hand, which is most probably the 
> case, please point me to the relevant sections....

The managed corlib/System.IO/MonoIO.cs Write method uses the internal
call ves_icall_System_IO_MonoIO_Write, to be found in
mono/mono/metadata/file-io.c, line 581

HTH

Jürg




More information about the Mono-devel-list mailing list