Comparazione classi Framework 1.1 - 2.0 RTM
Quale assembly?
Filtra
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 ... 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 ...
System.IO.Directory != | ||
---|---|---|
- | CreateDirectory (String path, DirectorySecurity directorySecurity) | |
= | CreateDirectory (String path) | |
= | Delete (String path) | |
= | Delete (String path, Boolean recursive) | |
= | Exists (String path) | |
- | GetAccessControl (String path) | |
- | GetAccessControl (String path, AccessControlSections includeSections) | |
= | GetCreationTime (String path) | |
= | GetCreationTimeUtc (String path) | |
= | GetCurrentDirectory () | |
= | GetDirectories (String path) | |
= | GetDirectories (String path, String searchPattern) | |
- | GetDirectories (String path, String searchPattern, SearchOption searchOption) | |
= | GetDirectoryRoot (String path) | |
= | GetFiles (String path) | |
= | GetFiles (String path, String searchPattern) | |
- | GetFiles (String path, String searchPattern, SearchOption searchOption) | |
= | GetFileSystemEntries (String path) | |
= | GetFileSystemEntries (String path, String searchPattern) | |
= | GetLastAccessTime (String path) | |
= | GetLastAccessTimeUtc (String path) | |
= | GetLastWriteTime (String path) | |
= | GetLastWriteTimeUtc (String path) | |
= | GetLogicalDrives () | |
= | GetParent (String path) | |
= | Move (String sourceDirName, String destDirName) | |
- | SetAccessControl (String path, DirectorySecurity directorySecurity) | |
= | SetCreationTime (String path, DateTime creationTime) | |
= | SetCreationTimeUtc (String path, DateTime creationTimeUtc) | |
= | SetCurrentDirectory (String path) | |
= | SetLastAccessTime (String path, DateTime lastAccessTime) | |
= | SetLastAccessTimeUtc (String path, DateTime lastAccessTimeUtc) | |
= | SetLastWriteTime (String path, DateTime lastWriteTime) | |
= | 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 () | |
= | Create () | |
- | Create (DirectorySecurity directorySecurity) | |
= | CreateSubdirectory (String path) | |
- | CreateSubdirectory (String path, DirectorySecurity directorySecurity) | |
= | Delete () | |
= | Delete (Boolean recursive) | |
- | GetAccessControl () | |
- | GetAccessControl (AccessControlSections includeSections) | |
= | GetDirectories () | |
= | GetDirectories (String searchPattern) | |
- | GetDirectories (String searchPattern, SearchOption searchOption) | |
= | GetFiles (String searchPattern) | |
- | GetFiles (String searchPattern, SearchOption searchOption) | |
= | GetFiles () | |
= | GetFileSystemInfos (String searchPattern) | |
= | GetFileSystemInfos () | |
= | MoveTo (String destDirName) | |
- | SetAccessControl (DirectorySecurity directorySecurity) | |
= | ToString () | |
= | Exists | |
= | Name | |
= | Parent | |
= | Root |
System.IO.SearchOption + | ||
---|---|---|
+ | AllDirectories | |
+ | TopDirectoryOnly | |
+ | value__ |
System.IO.IOException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () |
System.IO.DirectoryNotFoundException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () |
System.IO.DriveType + | ||
---|---|---|
+ | CDRom | |
+ | Fixed | |
+ | Network | |
+ | NoRootDirectory | |
+ | Ram | |
+ | Removable | |
+ | Unknown | |
+ | value__ |
System.IO.DriveInfo + | ||
---|---|---|
+ | .ctor () | |
+ | GetDrives () | |
+ | ToString () | |
+ | AvailableFreeSpace | |
+ | DriveFormat | |
+ | DriveType | |
+ | IsReady | |
+ | Name | |
+ | RootDirectory | |
+ | TotalFreeSpace | |
+ | TotalSize | |
+ | VolumeLabel |
System.IO.DriveNotFoundException + | ||
---|---|---|
+ | .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) | |
= | Copy (String sourceFileName, String destFileName) | |
= | Copy (String sourceFileName, String destFileName, Boolean overwrite) | |
= | 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) | |
- | Decrypt (String path) | |
= | Delete (String path) | |
- | Encrypt (String path) | |
= | Exists (String path) | |
- | GetAccessControl (String path) | |
- | GetAccessControl (String path, AccessControlSections includeSections) | |
= | GetAttributes (String path) | |
= | GetCreationTime (String path) | |
= | GetCreationTimeUtc (String path) | |
= | GetLastAccessTime (String path) | |
= | GetLastAccessTimeUtc (String path) | |
= | GetLastWriteTime (String path) | |
= | GetLastWriteTimeUtc (String path) | |
= | 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) | |
= | OpenRead (String path) | |
= | OpenText (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) | |
= | SetCreationTime (String path, DateTime creationTime) | |
= | SetCreationTimeUtc (String path, DateTime creationTimeUtc) | |
= | SetLastAccessTime (String path, DateTime lastAccessTime) | |
= | SetLastAccessTimeUtc (String path, DateTime lastAccessTimeUtc) | |
= | SetLastWriteTime (String path, DateTime lastWriteTime) | |
= | 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.FileAccess = | ||
---|---|---|
= | Read | |
= | ReadWrite | |
= | value__ | |
= | Write |
System.IO.FileInfo != | ||
---|---|---|
= | .ctor () | |
= | AppendText () | |
= | CopyTo (String destFileName) | |
= | CopyTo (String destFileName, Boolean overwrite) | |
= | Create () | |
= | CreateText () | |
- | Decrypt () | |
= | Delete () | |
- | Encrypt () | |
- | GetAccessControl () | |
- | GetAccessControl (AccessControlSections includeSections) | |
= | MoveTo (String destFileName) | |
= | Open (FileMode mode) | |
= | Open (FileMode mode, FileAccess access) | |
= | Open (FileMode mode, FileAccess access, FileShare share) | |
= | OpenRead () | |
= | OpenText () | |
= | OpenWrite () | |
- | Replace (String destinationFileName, String destinationBackupFileName) | |
- | Replace (String destinationFileName, String destinationBackupFileName, Boolean ignoreMetadataErrors) | |
- | SetAccessControl (FileSecurity fileSecurity) | |
= | ToString () | |
= | Directory | |
= | DirectoryName | |
= | Exists | |
- | IsReadOnly | |
= | Length | |
= | Name |
System.IO.FileLoadException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | GetObjectData (SerializationInfo info, StreamingContext context) | |
= | ToString () | |
= | FileName | |
= | FusionLog | |
= | Message |
Powered by Ricciolo