safepine_os.runtime.user_runtime

Members

Functions

activeContext
UserContext activeContext(UserRuntime runtime)
createContext
string createContext(UserRuntime runtime, string displayName, string userName)
deleteContext
void deleteContext(UserRuntime runtime, string contextId)
generateContextId
string generateContextId(string key)
listContexts
ContextSummary[] listContexts(UserRuntime runtime)
loadContextsFromDisk
void loadContextsFromDisk(UserRuntime runtime, string userName)
renameContext
void renameContext(UserRuntime runtime, string contextId, string newName)
switchContext
void switchContext(UserRuntime runtime, string contextId)

Structs

ContextMeta
struct ContextMeta
ContextSummary
struct ContextSummary
UserRuntime
struct UserRuntime