Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
FileSystemAuditRule (IdentityReference identity, FileSystemRights fileSystemRights, AuditFlags flags) | |
FileSystemAuditRule (IdentityReference identity, FileSystemRights fileSystemRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags) | |
FileSystemAuditRule (string identity, FileSystemRights fileSystemRights, AuditFlags flags) | |
FileSystemAuditRule (string identity, FileSystemRights fileSystemRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags) | |
Package Functions | |
FileSystemAuditRule (IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags) | |
Properties | |
FileSystemRights | FileSystemRights [get] |
T | Rights [get] |
AuditFlags | AuditFlags [get] |
IdentityReference | IdentityReference [get] |
int | AccessMask [get] |
bool | IsInherited [get] |
InheritanceFlags | InheritanceFlags [get] |
PropagationFlags | PropagationFlags [get] |
Static Private Member Functions | |
static int | AccessMaskFromRights (FileSystemRights fileSystemRights) |
Private Attributes | |
readonly AuditFlags | _flags |
readonly IdentityReference | _identity |
readonly int | _accessMask |
readonly bool | _isInherited |
readonly InheritanceFlags | _inheritanceFlags |
readonly PropagationFlags | _propagationFlags |
Definition at line 5 of file FileSystemAuditRule.cs.