Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
FileSystemSecurity()
[2/3]
System.Security.AccessControl.FileSystemSecurity.FileSystemSecurity
(
bool
isContainer
,
string
name
,
AccessControlSections
includeSections
,
bool
isDirectory
)
inline
package
Definition at line
21
of file
FileSystemSecurity.cs
.
22
: base(isContainer,
ResourceType
.FileObject,
System
.
IO
.
PathInternal
.
EnsureExtendedPrefixIfNeeded
(
Path
.
GetFullPath
(name)), includeSections,
_HandleErrorCode
, isDirectory)
23
{
24
}
System.IO.PathInternal.EnsureExtendedPrefixIfNeeded
static string EnsureExtendedPrefixIfNeeded(string path)
Definition
PathInternal.cs:69
System.IO.PathInternal
Definition
PathInternal.cs:4
System.IO.Path.GetFullPath
static string GetFullPath(string path)
Definition
Path.cs:881
System.IO.Path
Definition
Path.cs:8
System.Security.AccessControl.FileSystemSecurity._HandleErrorCode
static Exception _HandleErrorCode(int errorCode, string name, SafeHandle handle, object context)
Definition
FileSystemSecurity.cs:31
System.IO
Definition
ConsoleStream.cs:3
System.Security.AccessControl.ResourceType
ResourceType
Definition
ResourceType.cs:4
System
Definition
BlockingCollection.cs:8
System
Security
AccessControl
FileSystemSecurity
Generated by
1.10.0