Type Summary

						public class FileStream : Stream
 {
   // Constructors
      public FileStream(string path, FileMode mode)
      public FileStream(string path, FileMode mode, FileAccess access)
      public FileStream(string path, FileMode mode, FileAccess access,
                                       FileShare share)
      public FileStream(string path, FileMode mode, FileAccess access,
                                       FileShare share,
                                       int bufferSize)
     public FileStream(string path, FileMode mode, FileAccess access,
                                      FileShare share,
                                      int bufferSize,
                                      bool useAsync)
MS CF
						public FileStream(IntPtr handle, FileAccess access)
MS CF
						public FileStream(IntPtr handle, FileAccess access, bool ownsHandle)
MS CF
						public FileStream(IntPtr handle, FileAccess access, bool ownsHandle,
                                                      int bufferSize)
MS CF
						public FileStream(IntPtr handle, FileAccess access,  ...

Get .NET Framework Standard Library Annotated Reference, Volume 1: Base Class Library and Extended Numerics Library now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.