Click or drag to resize

UnixPermissionSet Methods

The UnixPermissionSet type exposes the following members.

Methods
 NameDescription
Public methodEquals(Object) Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object))
Public methodEquals(UnixPermissionSet) Indicates whether the current object is equal to another object of the same type.
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCode Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodParseText Parses ls command style text ("rw-r--r--", "rw-rw-rw-", "rwxrwxrwx", "000").
Public methodToNumber Returns a number that represents this permission in CHMOD style (755, 666, 777, 0)
Public methodToNumberAsText Returns a number as string that represents this permission in CHMOD command style ("755", "666", "777", "000")
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodToText Returns a string that represents this permission in ls command style ("rw-r--r--", "rw-rw-rw-", "rwxrwxrwx", "000")
Top
See Also