Unix |
The UnixPermissionSet type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object)) | |
| Equals(UnixPermissionSet) | Indicates whether the current object is equal to another object of the same type. | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ParseText | Parses ls command style text ("rw-r--r--", "rw-rw-rw-", "rwxrwxrwx", "000"). | |
| ToNumber | Returns a number that represents this permission in CHMOD style (755, 666, 777, 0) | |
| ToNumberAsText | Returns a number as string that represents this permission in CHMOD command style ("755", "666", "777", "000") | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| ToText | Returns a string that represents this permission in ls command style ("rw-r--r--", "rw-rw-rw-", "rwxrwxrwx", "000") |