Beef Corlib
System.Platform Member List

This is the complete list of members for System.Platform, including all inherited members.

BfpCritSect_Create() (defined in System.Platform)System.Platform
BfpCritSect_Enter(BfpCritSect *critSect) (defined in System.Platform)System.Platform
BfpCritSect_Leave(BfpCritSect *critSect) (defined in System.Platform)System.Platform
BfpCritSect_Release(BfpCritSect *critSect) (defined in System.Platform)System.Platform
BfpCritSect_TryEnter(BfpCritSect *critSect, int32 waitMS) (defined in System.Platform)System.Platform
BfpDirectory_Create(char8 *name, BfpFileResult *outResult) (defined in System.Platform)System.Platform
BfpDirectory_Delete(char8 *name, BfpFileResult *outResult) (defined in System.Platform)System.Platform
BfpDirectory_Exists(char8 *path) (defined in System.Platform)System.Platform
BfpDirectory_GetCurrent(char8 *outPath, int32 *inOutPathSize, BfpFileResult *outResult) (defined in System.Platform)System.Platform
BfpDirectory_GetSysDirectory(BfpSysDirectoryKind sysDirKind, char8 *outPath, int32 *inOutPathLen, BfpFileResult *outResult) (defined in System.Platform)System.Platform
BfpDirectory_Rename(char8 *oldName, char8 *newName, BfpFileResult *outResult) (defined in System.Platform)System.Platform
BfpDirectory_SetCurrent(char8 *path, BfpFileResult *outResult) (defined in System.Platform)System.Platform
BfpDirectoryChangeFunc(BfpFileWatcher *watcher, void *userData, BfpFileChangeKind changeKind, char8 *directory, char8 *fileName, char8 *oldName) (defined in System.Platform)System.Platform
BfpDynLib_GetFilePath(BfpDynLib *lib, char8 *outPath, int32 *inOutPathSize, BfpLibResult *outResult) (defined in System.Platform)System.Platform
BfpDynLib_GetProcAddress(BfpDynLib *lib, char8 *name) (defined in System.Platform)System.Platform
BfpDynLib_Load(char8 *fileName) (defined in System.Platform)System.Platform
BfpDynLib_Release(BfpDynLib *lib) (defined in System.Platform)System.Platform
BfpEvent_Create(BfpEventFlags flags) (defined in System.Platform)System.Platform
BfpEvent_Release(BfpEvent *event) (defined in System.Platform)System.Platform
BfpEvent_Reset(BfpEvent *event, BfpEventResult *outResult) (defined in System.Platform)System.Platform
BfpEvent_Set(BfpEvent *event, bool requireManualReset) (defined in System.Platform)System.Platform
BfpEvent_WaitFor(BfpEvent *event, int32 waitMS) (defined in System.Platform)System.Platform
BfpEventFlags enum name (defined in System.Platform)System.Platform
BfpEventResult enum name (defined in System.Platform)System.Platform
BfpFile_Copy(char8 *oldPath, char8 *newPath, BfpFileCopyKind copyKind, BfpFileResult *outResult) (defined in System.Platform)System.Platform
BfpFile_Create(char8 *name, BfpFileCreateKind createKind, BfpFileCreateFlags createFlags, BfpFileAttributes createdFileAttrs, BfpFileResult *outResult) (defined in System.Platform)System.Platform
BfpFile_Delete(char8 *path, BfpFileResult *outResult) (defined in System.Platform)System.Platform
BfpFile_Exists(char8 *path) (defined in System.Platform)System.Platform
BfpFile_Flush(BfpFile *file) (defined in System.Platform)System.Platform
BfpFile_GetActualPath(char8 *inPath, char8 *outPath, int32 *inOutPathSize, BfpFileResult *outResult) (defined in System.Platform)System.Platform
BfpFile_GetAttributes(char8 *path, BfpFileResult *outResult) (defined in System.Platform)System.Platform
BfpFile_GetFileSize(BfpFile *file) (defined in System.Platform)System.Platform
BfpFile_GetFullPath(char8 *inPath, char8 *outPath, int32 *inOutPathSize, BfpFileResult *outResult) (defined in System.Platform)System.Platform
BfpFile_GetStd(BfpFileStdKind kind, BfpFileResult *outResult) (defined in System.Platform)System.Platform
BfpFile_GetSystemHandle(BfpFile *file) (defined in System.Platform)System.Platform
BfpFile_GetTempFileName(char8 *outName, int32 *inOutNameSize, BfpFileResult *outResult) (defined in System.Platform)System.Platform
BfpFile_GetTempPath(char8 *outPath, int32 *inOutPathSize, BfpFileResult *outResult) (defined in System.Platform)System.Platform
BfpFile_GetTime_LastWrite(char8 *path) (defined in System.Platform)System.Platform
BfpFile_Read(BfpFile *file, void *buffer, int size, int timeoutMS, BfpFileResult *outResult) (defined in System.Platform)System.Platform
BfpFile_Release(BfpFile *file) (defined in System.Platform)System.Platform
BfpFile_Rename(char8 *oldPath, char8 *newPath, BfpFileResult *outResult) (defined in System.Platform)System.Platform
BfpFile_Seek(BfpFile *file, int64 offset, BfpFileSeekKind seekKind) (defined in System.Platform)System.Platform
BfpFile_SetAttributes(char8 *path, BfpFileAttributes attribs, BfpFileResult *outResult) (defined in System.Platform)System.Platform
BfpFile_Truncate(BfpFile *file, BfpFileResult *outResult) (defined in System.Platform)System.Platform
BfpFile_Write(BfpFile *file, void *buffer, int size, int timeoutMS, BfpFileResult *outResult) (defined in System.Platform)System.Platform
BfpFileAttributes enum name (defined in System.Platform)System.Platform
BfpFileChangeKind enum name (defined in System.Platform)System.Platform
BfpFileCopyKind enum name (defined in System.Platform)System.Platform
BfpFileCreateFlags enum name (defined in System.Platform)System.Platform
BfpFileCreateKind enum name (defined in System.Platform)System.Platform
BfpFileResult enum name (defined in System.Platform)System.Platform
BfpFileSeekKind enum name (defined in System.Platform)System.Platform
BfpFileStdKind enum name (defined in System.Platform)System.Platform
BfpFileWatcher_Release(BfpFileWatcher *fileWatcher) (defined in System.Platform)System.Platform
BfpFileWatcher_WatchDirectory(char8 *path, BfpDirectoryChangeFunc callback, BfpFileWatcherFlags flags, void *userData, BfpFileResult *outResult) (defined in System.Platform)System.Platform
BfpFileWatcherFlags enum name (defined in System.Platform)System.Platform
BfpFindFileData_FindFirstFile(char8 *path, BfpFindFileFlags flags, BfpFileResult *outResult) (defined in System.Platform)System.Platform
BfpFindFileData_FindNextFile(BfpFindFileData *findData) (defined in System.Platform)System.Platform
BfpFindFileData_GetFileAttributes(BfpFindFileData *findData) (defined in System.Platform)System.Platform
BfpFindFileData_GetFileName(BfpFindFileData *findData, char8 *outName, int32 *inOutNameSize, BfpFileResult *outResult) (defined in System.Platform)System.Platform
BfpFindFileData_GetFileSize(BfpFindFileData *findData) (defined in System.Platform)System.Platform
BfpFindFileData_GetTime_Access(BfpFindFileData *findData) (defined in System.Platform)System.Platform
BfpFindFileData_GetTime_Created(BfpFindFileData *findData) (defined in System.Platform)System.Platform
BfpFindFileData_GetTime_LastWrite(BfpFindFileData *findData) (defined in System.Platform)System.Platform
BfpFindFileData_Release(BfpFindFileData *findData) (defined in System.Platform)System.Platform
BfpFindFileFlags enum name (defined in System.Platform)System.Platform
BfpKillFlags enum name (defined in System.Platform)System.Platform
BfpLibResult enum name (defined in System.Platform)System.Platform
BfpProcess_Enumerate(char8 *machineName, BfpProcess **outProcesses, int32 *inOutProcessesSize, BfpProcessResult *outResult) (defined in System.Platform)System.Platform
BfpProcess_GetById(char8 *machineName, int32 processId, BfpProcessResult *outResult) (defined in System.Platform)System.Platform
BfpProcess_GetCurrentId() (defined in System.Platform)System.Platform
BfpProcess_GetMainWindowTitle(BfpProcess *process, char8 *outTitle, int32 *inOutTitleSize, BfpProcessResult *outResult) (defined in System.Platform)System.Platform
BfpProcess_GetProcessId(BfpProcess *process) (defined in System.Platform)System.Platform
BfpProcess_GetProcessName(BfpProcess *process, char8 *outName, int32 *inOutNameSize, BfpProcessResult *outResult) (defined in System.Platform)System.Platform
BfpProcess_IsRemoteMachine(char8 *machineName) (defined in System.Platform)System.Platform
BfpProcess_Release(BfpProcess *process) (defined in System.Platform)System.Platform
BfpProcessResult enum name (defined in System.Platform)System.Platform
BfpSpawn_Create(char8 *targetPath, char8 *args, char8 *workingDir, char8 *env, BfpSpawnFlags flags, BfpSpawnResult *outResult) (defined in System.Platform)System.Platform
BfpSpawn_GetStdHandles(BfpSpawn *spawn, BfpFile **outStdIn, BfpFile **outStdOut, BfpFile **outStdErr) (defined in System.Platform)System.Platform
BfpSpawn_Kill(BfpSpawn *spawn, int32 exitCode, BfpKillFlags killFlags, BfpSpawnResult *outResult) (defined in System.Platform)System.Platform
BfpSpawn_Release(BfpSpawn *spawn) (defined in System.Platform)System.Platform
BfpSpawn_WaitFor(BfpSpawn *spawn, int waitMS, int *outExitCode, BfpSpawnResult *outResult) (defined in System.Platform)System.Platform
BfpSpawnFlags enum name (defined in System.Platform)System.Platform
BfpSpawnResult enum name (defined in System.Platform)System.Platform
BfpSysDirectoryKind enum name (defined in System.Platform)System.Platform
BfpSystem_CreateGUID(Guid *outGuid) (defined in System.Platform)System.Platform
BfpSystem_GetComputerName(char8 *outStr, int32 *inOutStrSize, BfpSystemResult *outResult) (defined in System.Platform)System.Platform
BfpSystem_GetCPUTick() (defined in System.Platform)System.Platform
BfpSystem_GetCPUTickFreq() (defined in System.Platform)System.Platform
BfpSystem_GetEnvironmentStrings(char8 *outStr, int32 *inOutStrSize, BfpSystemResult *outResult) (defined in System.Platform)System.Platform
BfpSystem_GetExecutablePath(char8 *outStr, int32 *inOutStrSize, BfpSystemResult *outResult) (defined in System.Platform)System.Platform
BfpSystem_GetNumLogicalCPUs(BfpSystemResult *outResult) (defined in System.Platform)System.Platform
BfpSystem_GetTimeStamp() (defined in System.Platform)System.Platform
BfpSystem_InterlockedCompareExchange16(uint16 *ptr, uint16 oldVal, uint16 newVal) (defined in System.Platform)System.Platform
BfpSystem_InterlockedCompareExchange32(uint32 *ptr, uint32 oldVal, uint32 newVal) (defined in System.Platform)System.Platform
BfpSystem_InterlockedCompareExchange64(uint64 *ptr, uint64 oldVal, uint64 newVal) (defined in System.Platform)System.Platform
BfpSystem_InterlockedCompareExchange8(uint8 *ptr, uint8 oldVal, uint8 newVal) (defined in System.Platform)System.Platform
BfpSystem_InterlockedExchange16(uint16 *ptr, uint16 val)System.Platform
BfpSystem_InterlockedExchange32(uint32 *ptr, uint32 val)System.Platform
BfpSystem_InterlockedExchange64(uint64 *ptr, uint64 val)System.Platform
BfpSystem_InterlockedExchange8(uint8 *ptr, uint8 val) (defined in System.Platform)System.Platform
BfpSystem_InterlockedExchangeAdd16(uint16 *ptr, uint16 val)System.Platform
BfpSystem_InterlockedExchangeAdd32(uint32 *ptr, uint32 val)System.Platform
BfpSystem_InterlockedExchangeAdd64(uint64 *ptr, uint64 val)System.Platform
BfpSystem_InterlockedExchangeAdd8(uint8 *ptr, uint8 val)System.Platform
BfpSystem_SetCrashRelaunchCmd(char8 *cmd) (defined in System.Platform)System.Platform
BfpSystem_TickCount() (defined in System.Platform)System.Platform
BfpSystemResult enum name (defined in System.Platform)System.Platform
BfpThread_GetCurrentId() (defined in System.Platform)System.Platform
BfpTLS_Create(function[CallingConvention(.Stdcall)] void(void *) exitProc) (defined in System.Platform)System.Platform
BfpTLS_GetValue(BfpTLS *tls) (defined in System.Platform)System.Platform
BfpTLS_Release(BfpTLS *tls) (defined in System.Platform)System.Platform
BfpTLS_SetValue(BfpTLS *tls, void *value) (defined in System.Platform)System.Platform
GetSizedHelper< T >(delegate void(T *outPtr, int32 *outSize, Result *outResult) func) (defined in System.Platform)System.Platforminlinestatic
GetStrHelper(String outStr, delegate void(char8 *outPtr, int32 *outSize, Result *outResult) func) (defined in System.Platform)System.Platforminlinestatic
IsSingleProcessor (defined in System.Platform)System.Platformstatic
ProcessorCount (defined in System.Platform)System.Platformstatic
Result enum name (defined in System.Platform)System.Platform