System IO
Messages   Related Types
This message was discovered on ASPFriends.com 'ngfx-io' list.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.

Carlos Magalhaes
Hi all,

Where can I read up about the System.IO I need a indepth view on it.

Thank you

Carlos

-------------------------------------------------------------
This email and any files transmitted are
confidential and intended solely for the
use of the individual or entity to which
they are addressed, whose privacy
should be respected. Any views or
opinions are solely those of the author
and do not necessarily represent those
of the Trencor Group, or any of its
representatives, unless specifically
stated.

Email transmission cannot be guaranteed
to be secure, error free or without virus
contamination. The sender therefore
accepts no liability for any errors or
omissions in the contents of this message,
nor for any virus infection that might result
from opening this message. Trencor is not
responsible in the event of any third party
interception of this email.

If you have received this email in error please notify
Click here to reveal e-mail address For more information about
Trencor, visit www.trencor.net <http://www.trencor.net>
Reply to this message...
 
    
Mitch Denny (VIP)
Carlos,

Perhaps the most depth coverage of the .NET System.IO namespace
is in the SDK itself. When you downloaded the SDK it would have
installed a whole bundle of documentation. If you open that
documentation and go to this location:

    ms-help://MS.VSCC/MS.MSDNVS/cpref/html/frlrfSystemIO.htm

I don't think there are any published books that look at the
IO namespace in any more depth than the framework. Your other
option if you are really keen is to use ILDASM to look at the
actual IL for the System.dll and mscorlib.dll assemblies and
look behind the scenes as to what it is actually doing. You'll
find that it fairly quickly thunks down to unmanaged code and
calls into the Win32 API. Whether this is legal or not, I am
not certain (IANAL). Another way is to grab the source code to
ROTOR (Shared Source CLI) from Microsoft or the MONO code which
will have a similar implementation I am sure (atleast externally).

    http://msdn.microsoft.com (for ROTOR)
    http://www.go-mono.com (for MONO)

Hope this helps.

----------------------------------------
- Mitch Denny
- Click here to reveal e-mail address
- +61 (414) 610-141
-

-----Original Message-----
From: Carlos Magalhaes [mailto:Click here to reveal e-mail address]
Sent: Wednesday, 22 May 2002 23:42
To: ngfx-io
Cc: 'Click here to reveal e-mail address'
Subject: [ngfx-io] System IO

Hi all,

Where can I read up about the System.IO I need a indepth view on it.

Thank you

Carlos

-------------------------------------------------------------
This email and any files transmitted are
confidential and intended solely for the
use of the individual or entity to which
they are addressed, whose privacy
should be respected. Any views or
opinions are solely those of the author
and do not necessarily represent those
of the Trencor Group, or any of its
representatives, unless specifically
stated.

Email transmission cannot be guaranteed
to be secure, error free or without virus
contamination. The sender therefore
accepts no liability for any errors or
omissions in the contents of this message,
nor for any virus infection that might result
from opening this message. Trencor is not
responsible in the event of any third party
interception of this email.

If you have received this email in error please notify
Click here to reveal e-mail address For more information about
Trencor, visit www.trencor.net <http://www.trencor.net>

Reply to this message...
 
 




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com