Comparazione classi Framework 1.1 - 2.0 RTM
Filtra
Tipo (maiuscole/minuscole):
Flag classe
Flag membro

Legenda

- non presente nella 2.0 RTM
+ aggiunto nella 2.0 RTM
= invariato
!= variato rispetto alla 1.1

Namespace mscorlib

Totale classi: 2135, di cui
  • 395 nuove
  • 804 modificate
  • 0 rimosse

Pagina ... 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 ...

 System.IO.BufferedStream !=
 =.ctor ()
 =.ctor ()
 -Close ()
 =Flush ()
 =Read (Byte[] array, Int32 offset, Int32 count)
 =ReadByte ()
 =Seek (Int64 offset, SeekOrigin origin)
 =SetLength (Int64 value)
 =Write (Byte[] array, Int32 offset, Int32 count)
 =WriteByte (Byte value)
 =CanRead 
 =CanSeek 
 =CanWrite 
 =Length 
 =Position 

 System.IO.Directory !=
 =CreateDirectory (String path)
 +CreateDirectory (String path, DirectorySecurity directorySecurity)
 =CreateDirectory (String path)
 =Delete (String path)
 =Delete (String path, Boolean recursive)
 =Delete (String path)
 =Delete (String path, Boolean recursive)
 =Exists (String path)
 =Exists (String path)
 +GetAccessControl (String path)
 +GetAccessControl (String path, AccessControlSections includeSections)
 =GetCreationTime (String path)
 =GetCreationTime (String path)
 =GetCreationTimeUtc (String path)
 =GetCreationTimeUtc (String path)
 =GetCurrentDirectory ()
 =GetCurrentDirectory ()
 =GetDirectories (String path)
 =GetDirectories (String path, String searchPattern)
 =GetDirectories (String path)
 =GetDirectories (String path, String searchPattern)
 +GetDirectories (String path, String searchPattern, SearchOption searchOption)
 =GetDirectoryRoot (String path)
 =GetDirectoryRoot (String path)
 =GetFiles (String path)
 =GetFiles (String path, String searchPattern)
 =GetFiles (String path)
 =GetFiles (String path, String searchPattern)
 +GetFiles (String path, String searchPattern, SearchOption searchOption)
 =GetFileSystemEntries (String path)
 =GetFileSystemEntries (String path, String searchPattern)
 =GetFileSystemEntries (String path)
 =GetFileSystemEntries (String path, String searchPattern)
 =GetLastAccessTime (String path)
 =GetLastAccessTime (String path)
 =GetLastAccessTimeUtc (String path)
 =GetLastAccessTimeUtc (String path)
 =GetLastWriteTime (String path)
 =GetLastWriteTime (String path)
 =GetLastWriteTimeUtc (String path)
 =GetLastWriteTimeUtc (String path)
 =GetLogicalDrives ()
 =GetLogicalDrives ()
 =GetParent (String path)
 =GetParent (String path)
 =Move (String sourceDirName, String destDirName)
 =Move (String sourceDirName, String destDirName)
 +SetAccessControl (String path, DirectorySecurity directorySecurity)
 =SetCreationTime (String path, DateTime creationTime)
 =SetCreationTime (String path, DateTime creationTime)
 =SetCreationTimeUtc (String path, DateTime creationTimeUtc)
 =SetCreationTimeUtc (String path, DateTime creationTimeUtc)
 =SetCurrentDirectory (String path)
 =SetCurrentDirectory (String path)
 =SetLastAccessTime (String path, DateTime lastAccessTime)
 =SetLastAccessTime (String path, DateTime lastAccessTime)
 =SetLastAccessTimeUtc (String path, DateTime lastAccessTimeUtc)
 =SetLastAccessTimeUtc (String path, DateTime lastAccessTimeUtc)
 =SetLastWriteTime (String path, DateTime lastWriteTime)
 =SetLastWriteTime (String path, DateTime lastWriteTime)
 =SetLastWriteTimeUtc (String path, DateTime lastWriteTimeUtc)
 =SetLastWriteTimeUtc (String path, DateTime lastWriteTimeUtc)

 System.IO.FileSystemInfo =
 =Delete ()
 =GetObjectData (SerializationInfo info, StreamingContext context)
 =Refresh ()
 =Attributes 
 =CreationTime 
 =CreationTimeUtc 
 =Exists 
 =Extension 
 =FullName 
 =LastAccessTime 
 =LastAccessTimeUtc 
 =LastWriteTime 
 =LastWriteTimeUtc 
 =Name 

 System.IO.DirectoryInfo !=
 =.ctor ()
 =.ctor ()
 =Create ()
 =Create ()
 +Create (DirectorySecurity directorySecurity)
 =CreateSubdirectory (String path)
 =CreateSubdirectory (String path)
 +CreateSubdirectory (String path, DirectorySecurity directorySecurity)
 =Delete ()
 =Delete (Boolean recursive)
 =Delete ()
 =Delete (Boolean recursive)
 +GetAccessControl ()
 +GetAccessControl (AccessControlSections includeSections)
 =GetDirectories ()
 =GetDirectories (String searchPattern)
 =GetDirectories ()
 =GetDirectories (String searchPattern)
 +GetDirectories (String searchPattern, SearchOption searchOption)
 =GetFiles (String searchPattern)
 =GetFiles ()
 =GetFiles (String searchPattern)
 +GetFiles (String searchPattern, SearchOption searchOption)
 =GetFiles ()
 =GetFileSystemInfos (String searchPattern)
 =GetFileSystemInfos ()
 =GetFileSystemInfos (String searchPattern)
 =GetFileSystemInfos ()
 =MoveTo (String destDirName)
 =MoveTo (String destDirName)
 +SetAccessControl (DirectorySecurity directorySecurity)
 =ToString ()
 =ToString ()
 =Exists 
 =Exists 
 =Name 
 =Name 
 =Parent 
 =Parent 
 =Root 
 =Root 

 System.IO.IOException =
 =.ctor ()
 =.ctor ()
 =.ctor ()
 =.ctor ()

 System.IO.DirectoryNotFoundException =
 =.ctor ()
 =.ctor ()
 =.ctor ()

 System.IO.EndOfStreamException =
 =.ctor ()
 =.ctor ()
 =.ctor ()

 System.IO.File !=
 +AppendAllText (String path, String contents)
 +AppendAllText (String path, String contents, Encoding encoding)
 =AppendText (String path)
 =AppendText (String path)
 =Copy (String sourceFileName, String destFileName)
 =Copy (String sourceFileName, String destFileName, Boolean overwrite)
 =Copy (String sourceFileName, String destFileName)
 =Copy (String sourceFileName, String destFileName, Boolean overwrite)
 =Create (String path)
 =Create (String path, Int32 bufferSize)
 =Create (String path)
 =Create (String path, Int32 bufferSize)
 +Create (String path, Int32 bufferSize, FileOptions options)
 +Create (String path, Int32 bufferSize, FileOptions options, FileSecurity fileSecurity)
 =CreateText (String path)
 =CreateText (String path)
 +Decrypt (String path)
 =Delete (String path)
 =Delete (String path)
 +Encrypt (String path)
 =Exists (String path)
 =Exists (String path)
 +GetAccessControl (String path)
 +GetAccessControl (String path, AccessControlSections includeSections)
 =GetAttributes (String path)
 =GetAttributes (String path)
 =GetCreationTime (String path)
 =GetCreationTime (String path)
 =GetCreationTimeUtc (String path)
 =GetCreationTimeUtc (String path)
 =GetLastAccessTime (String path)
 =GetLastAccessTime (String path)
 =GetLastAccessTimeUtc (String path)
 =GetLastAccessTimeUtc (String path)
 =GetLastWriteTime (String path)
 =GetLastWriteTime (String path)
 =GetLastWriteTimeUtc (String path)
 =GetLastWriteTimeUtc (String path)
 =Move (String sourceFileName, String destFileName)
 =Move (String sourceFileName, String destFileName)
 =Open (String path, FileMode mode)
 =Open (String path, FileMode mode, FileAccess access)
 =Open (String path, FileMode mode, FileAccess access, FileShare share)
 =Open (String path, FileMode mode)
 =Open (String path, FileMode mode, FileAccess access)
 =Open (String path, FileMode mode, FileAccess access, FileShare share)
 =OpenRead (String path)
 =OpenRead (String path)
 =OpenText (String path)
 =OpenText (String path)
 =OpenWrite (String path)
 =OpenWrite (String path)
 +ReadAllBytes (String path)
 +ReadAllLines (String path)
 +ReadAllLines (String path, Encoding encoding)
 +ReadAllText (String path)
 +ReadAllText (String path, Encoding encoding)
 +Replace (String sourceFileName, String destinationFileName, String destinationBackupFileName)
 +Replace (String sourceFileName, String destinationFileName, String destinationBackupFileName, Boolean ignoreMetadataErrors)
 +SetAccessControl (String path, FileSecurity fileSecurity)
 =SetAttributes (String path, FileAttributes fileAttributes)
 =SetAttributes (String path, FileAttributes fileAttributes)
 =SetCreationTime (String path, DateTime creationTime)
 =SetCreationTime (String path, DateTime creationTime)
 =SetCreationTimeUtc (String path, DateTime creationTimeUtc)
 =SetCreationTimeUtc (String path, DateTime creationTimeUtc)
 =SetLastAccessTime (String path, DateTime lastAccessTime)
 =SetLastAccessTime (String path, DateTime lastAccessTime)
 =SetLastAccessTimeUtc (String path, DateTime lastAccessTimeUtc)
 =SetLastAccessTimeUtc (String path, DateTime lastAccessTimeUtc)
 =SetLastWriteTime (String path, DateTime lastWriteTime)
 =SetLastWriteTime (String path, DateTime lastWriteTime)
 =SetLastWriteTimeUtc (String path, DateTime lastWriteTimeUtc)
 =SetLastWriteTimeUtc (String path, DateTime lastWriteTimeUtc)
 +WriteAllBytes (String path, Byte[] bytes)
 +WriteAllLines (String path, String[] contents)
 +WriteAllLines (String path, String[] contents, Encoding encoding)
 +WriteAllText (String path, String contents)
 +WriteAllText (String path, String contents, Encoding encoding)

 System.IO.FileInfo !=
 =.ctor ()
 =.ctor ()
 =AppendText ()
 =AppendText ()
 =CopyTo (String destFileName)
 =CopyTo (String destFileName, Boolean overwrite)
 =CopyTo (String destFileName)
 =CopyTo (String destFileName, Boolean overwrite)
 =Create ()
 =Create ()
 =CreateText ()
 =CreateText ()
 +Decrypt ()
 =Delete ()
 =Delete ()
 +Encrypt ()
 +GetAccessControl ()
 +GetAccessControl (AccessControlSections includeSections)
 =MoveTo (String destFileName)
 =MoveTo (String destFileName)
 =Open (FileMode mode)
 =Open (FileMode mode, FileAccess access)
 =Open (FileMode mode, FileAccess access, FileShare share)
 =Open (FileMode mode)
 =Open (FileMode mode, FileAccess access)
 =Open (FileMode mode, FileAccess access, FileShare share)
 =OpenRead ()
 =OpenRead ()
 =OpenText ()
 =OpenText ()
 =OpenWrite ()
 =OpenWrite ()
 +Replace (String destinationFileName, String destinationBackupFileName)
 +Replace (String destinationFileName, String destinationBackupFileName, Boolean ignoreMetadataErrors)
 +SetAccessControl (FileSecurity fileSecurity)
 =ToString ()
 =ToString ()
 =Directory 
 =Directory 
 =DirectoryName 
 =DirectoryName 
 =Exists 
 =Exists 
 +IsReadOnly 
 =Length 
 =Length 
 =Name 
 =Name 

 System.IO.FileAccess =
 =Read 
 =ReadWrite 
 =value__ 
 =Write 

 System.IO.FileMode =
 =Append 
 =Create 
 =CreateNew 
 =Open 
 =OpenOrCreate 
 =Truncate 
 =value__ 

 System.IO.FileLoadException =
 =.ctor ()
 =.ctor ()
 =.ctor ()
 =.ctor ()
 =.ctor ()
 =GetObjectData (SerializationInfo info, StreamingContext context)
 =ToString ()
 =FileName 
 =FusionLog 
 =Message 

 System.IO.FileNotFoundException =
 =.ctor ()
 =.ctor ()
 =.ctor ()
 =.ctor ()
 =.ctor ()
 =GetObjectData (SerializationInfo info, StreamingContext context)
 =ToString ()
 =FileName 
 =FusionLog 
 =Message 

 System.IO.FileShare !=
 +Delete 
 =Inheritable 
 =Inheritable 
 =None 
 =None 
 =Read 
 =Read 
 =ReadWrite 
 =ReadWrite 
 =value__ 
 =value__ 
 =Write 
 =Write 

Powered by Ricciolo