Метод | Описание | |
---|---|---|
GetApplicationType ( ) : ApplicationType |
Gets the type of the currently executing application.
|
|
GetAvailablePhysicalMemory ( ) : ulong |
Gets the available physical system memory.
|
|
GetOSPlatformID ( ) : PlatformID |
Gets the operating system PlatformID This function will properly detect the platform ID, even if running on Mac. |
|
GetOSProductName ( ) : string |
Gets the operating system product name.
|
|
GetProcessMemory ( ) : long |
Gets the memory usage by the current process.
|
|
GetTotalPhysicalMemory ( ) : ulong |
Gets the total physical system memory.
|
public static GetApplicationType ( ) : ApplicationType | ||
Результат | ApplicationType |
public static GetAvailablePhysicalMemory ( ) : ulong | ||
Результат | ulong |
public static GetOSPlatformID ( ) : PlatformID | ||
Результат | PlatformID |
public static GetOSProductName ( ) : string | ||
Результат | string |
public static GetProcessMemory ( ) : long | ||
Результат | long |
public static GetTotalPhysicalMemory ( ) : ulong | ||
Результат | ulong |