|
| Name | Description |
|---|
.gif) .gif) .gif) | Create | When it is called by trusted applications, creates a directory. |
.gif) .gif) .gif) | CreateSubdirectory | When it is called by trusted applications, creates a subdirectory or subdirectories on the specified path. |
.gif) .gif) .gif) | Delete()()() | When it is called by trusted applications, deletes this DirectoryInfo if it is empty. (Overrides FileSystemInfo..::.Delete()()().) |
.gif) .gif) .gif) | Delete(Boolean) | When it is called by trusted applications, deletes this instance of a DirectoryInfo, specifying whether to delete subdirectories and files. |
.gif) | EnumerateDirectories()()() | When it is called by trusted applications, returns an enumerable collection of directory information in the current directory. |
.gif) | EnumerateDirectories(String) | When it is called by trusted applications, returns an enumerable collection of directory information that matches a specified search pattern. |
.gif) | EnumerateDirectories(String, SearchOption) | When it is called by trusted applications, returns an enumerable collection of directory information that matches a specified search pattern and search subdirectory option. |
.gif) | EnumerateFiles()()() | When it is called by trusted applications, returns an enumerable collection of file information in the current directory. |
.gif) | EnumerateFiles(String) | When it is called by trusted applications, returns an enumerable collection of file information that matches a search pattern. |
.gif) | EnumerateFiles(String, SearchOption) | When it is called by trusted applications, returns an enumerable collection of file information that matches a specified search pattern and search subdirectory option. |
.gif) | EnumerateFileSystemInfos()()() | When it is called by trusted applications, returns an enumerable collection of file system information in the current directory. |
.gif) | EnumerateFileSystemInfos(String) | When it is called by trusted applications, returns an enumerable collection of file system information that matches a specified search pattern. |
.gif) | EnumerateFileSystemInfos(String, SearchOption) | When it is called by trusted applications, returns an enumerable collection of file system information that matches a specified search pattern and search subdirectory option. |
.gif) .gif) .gif) | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
.gif) .gif) .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
.gif) .gif) .gif) | GetDirectories()()() | Security Critical. Returns the subdirectories of the current directory. |
.gif) .gif) .gif) | GetDirectories(String) | Security Critical. Returns an array of directories in the current DirectoryInfo matching the given search criteria. |
.gif) .gif) .gif) | GetFiles()()() | Security Critical. Returns a file list from the current directory. |
.gif) .gif) .gif) | GetFiles(String) | Security Critical. Returns a file list from the current directory matching the given searchPattern. |
.gif) .gif) .gif) | GetFileSystemInfos()()() | Security Critical. Returns an array of strongly typed FileSystemInfo entries representing all the files and subdirectories in a directory. |
.gif) .gif) .gif) | GetFileSystemInfos(String) | Security Critical. Retrieves an array of strongly typed FileSystemInfo objects representing the files and subdirectories matching the specified search criteria. |
.gif) .gif) .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
.gif) .gif) .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
.gif) .gif) .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) .gif) .gif) | MoveTo | When it is called by trusted applications, moves a DirectoryInfo instance and its contents to a new path. |
.gif) .gif) .gif) | Refresh | Refreshes the state of the object. (Inherited from FileSystemInfo.) |
.gif) .gif) .gif) | ToString | Returns the original path that was passed by the user. (Overrides Object..::.ToString()()().) |