DirectoryInfo Class |
Namespace: EDK4Net.IO
[ComVisibleAttribute(true)] public class DirectoryInfo
The DirectoryInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| DirectoryInfo | Initializes a new instance of the DirectoryInfo class |
| Name | Description | |
|---|---|---|
| CreationTime | ||
| Exists | ||
| ExistState | ||
| FullName | ||
| IODirectoryInfo | ||
| LastAccessTime | ||
| LastWriteTime | ||
| Name | ||
| Parent |
| Name | Description | |
|---|---|---|
| Create | ||
| Create(DirectorySecurity) | ||
| CreateRecursive | ||
| CreateSubdirectory(String) | ||
| CreateSubdirectory(String, DirectorySecurity) | ||
| Delete | ||
| Delete(Boolean) | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetAccessControl | ||
| GetAccessControl(AccessControlSections) | ||
| GetDirectories | ||
| GetDirectories(String) | ||
| GetDirectories(String, SearchOption) | ||
| GetFiles | ||
| GetFiles(String) | ||
| GetFiles(String, SearchOption) | ||
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MoveTo | ||
| Refresh | ||
| SetAccessControl | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |