Unix |
The UnixPermissionSet type exposes the following members.
| Name | Description | |
|---|---|---|
| UnixPermissionSet | Creates new, empty UnixPermissions object. | |
| UnixPermissionSet(UnixPermission) | Creates new UnixPermissions object with OwnerUser, OwnerGroup and Others properties set to specified value. |
| Name | Description | |
|---|---|---|
| Others | Gets or sets permissions for other users/groups. | |
| OwnerGroup | Gets or sets permissions for owning group. | |
| OwnerUser | Gets or sets permissions for owning user. |
| 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") |
| Name | Description | |
|---|---|---|
| Equality(UnixPermissionSet, UnixPermissionSet) | Checks is two UnixPermissionSet objects are same. | |
| Inequality(UnixPermissionSet, UnixPermissionSet) | Checks is two UnixPermissionSet objects are different. |