TinmanCorePrivileges
Description
The access privileges for the TinmanCoreModule.
- See also
Public / Constants
ConsoleRead
Allows the Terminal class to read from the console, i.e. the standard input stream of the process.
- See also
ConsoleWrite
Allows the Terminal class to write to the console, i.e. the standard output stream of the process.
- See also
DirectoryCreate
Allows the LocalFileSystem class to create a new directory in the local filesystem.
PrivilegeInfo.Location : the directory path, with Path.IsCanonical and Path.IsTrailing being true
.
DirectoryCurrentGet
Allows the LocalFileSystem class to discover the current directory of the process.
DirectoryCurrentSet
Allows the LocalFileSystem class to change the current directory of the process.
DirectoryDelete
Allows the LocalFileSystem class to delete a directory in the local filesystem.
PrivilegeInfo.Location : the directory path, with Path.IsCanonical and Path.IsTrailing being true
.
DirectoryList
Allows the LocalFileSystem class to list the subdirectories that exist in a specific directory in the local filesystem.
PrivilegeInfo.Location : the directory path, with Path.IsCanonical and Path.IsTrailing being true
.
DirectoryRename
Allows the LocalFileSystem class to rename an existing directory in the local filesystem.
PrivilegeInfo.Location : the directory path, with Path.IsCanonical and Path.IsTrailing being true
.
EnvironmentVariableGet
Allows the LowLevel.GetVariable method to read the value of an environment variable.
PrivilegeInfo.Identifier : name of the environment variable
EnvironmentVariableSet
Allows to change the value of environment variables.
PrivilegeInfo.Identifier : name of the environment variable
FileCreate
Allows the LocalFileSystem class to create a new file in the local filesystem.
PrivilegeInfo.Location : the file path, with Path.IsCanonical being true
and Path.IsTrailing being false
.
FileDelete
Allows the LocalFileSystem class to delete a file in the local filesystem.
PrivilegeInfo.Location : the file path, with Path.IsCanonical being true
and Path.IsTrailing being false
.
FileList
Allows the LocalFileSystem class to list the files that exist in a specific directory in the local filesystem.
PrivilegeInfo.Location : the directory path, with Path.IsCanonical and Path.IsTrailing being true
.
FileOpenRead
Allows the LocalFileSystem class to open an existing file in the local filesystem in read-only mode.
PrivilegeInfo.Location : the file path, with Path.IsCanonical being true
and Path.IsTrailing being false
.
FileOpenWrite
Allows the LocalFileSystem class to open an existing file in the local filesystem in read-write mode.
PrivilegeInfo.Location : the file path, with Path.IsCanonical being true
and Path.IsTrailing being false
.
FileRename
Allows the LocalFileSystem class to rename an existing file in the local filesystem.
PrivilegeInfo.Location : the file path, with Path.IsCanonical being true
and Path.IsTrailing being false
.
HttpOpenRequest
Allows the SimpleHttp class to perform HTTP web requests to a specific resources.
PrivilegeInfo.Identifier : the target URL
LibraryLoad
Allows the NativeLibrary class to load native dynamic link libraries and to call their native functions.
PrivilegeInfo.Identifier : the library name.
SocketOpenConnection
Allows the SocketEndPoint class to establish a connection to a remote machine.
PrivilegeInfo.Identifier : the hostname to connect to
PrivilegeInfo.Ordinal : the port number
SocketOpenServer
Allows the SocketEndPoint class to create a socket server using a local network interface.
PrivilegeInfo.Identifier : the hostname to bind the server to
PrivilegeInfo.Ordinal : the port number