|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | GetBinaryForm (byte[] binaryForm, int offset) |
| GenericAce | Copy () |
| override bool | Equals ([NotNullWhen(true)] object? o) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static GenericAce | CreateFromBinaryForm (byte[] binaryForm, int offset) |
| static bool | operator== (GenericAce? left, GenericAce? right) |
| static bool | operator!= (GenericAce? left, GenericAce? right) |
Package Functions | |
| void | MarshalHeader (byte[] binaryForm, int offset) |
| GenericAce (AceType type, AceFlags flags) | |
Static Package Functions | |
| static AceFlags | AceFlagsFromAuditFlags (AuditFlags auditFlags) |
| static AceFlags | AceFlagsFromInheritanceFlags (InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags) |
| static void | VerifyHeader (byte[] binaryForm, int offset) |
Package Attributes | |
| ushort | _indexInAcl |
Properties | |
| AceType | AceType [get] |
| AceFlags | AceFlags [get, set] |
| bool | IsInherited [get] |
| InheritanceFlags | InheritanceFlags [get] |
| PropagationFlags | PropagationFlags [get] |
| AuditFlags | AuditFlags [get] |
| int | BinaryLength [get] |
Private Attributes | |
| readonly AceType | _type |
| AceFlags | _flags |
Definition at line 5 of file GenericAce.cs.