C# Класс Nanook.TheGhost.OsInfo

OSInfo Class
Показать файл Открыть проект

Открытые методы

Метод Описание
GetOSName ( ) : string

Returns the name of the operating system running on this computer.

GetOSProductType ( ) : string

Returns the product type of the operating system running on this computer.

GetOSServicePack ( ) : string

Returns the service pack information of the operating system running on this computer.

GetPlatform ( ) : System.Platform
ProcessorCount ( ) : int

Приватные методы

Метод Описание
GetNativeSystemInfo ( SYSTEM_INFO &lpSystemInfo ) : void
GetVersionEx ( OSVERSIONINFOEX &osVersionInfo ) : bool

Описание методов

GetOSName() публичный статический Метод

Returns the name of the operating system running on this computer.
public static GetOSName ( ) : string
Результат string

GetOSProductType() публичный статический Метод

Returns the product type of the operating system running on this computer.
public static GetOSProductType ( ) : string
Результат string

GetOSServicePack() публичный статический Метод

Returns the service pack information of the operating system running on this computer.
public static GetOSServicePack ( ) : string
Результат string

GetPlatform() публичный статический Метод

public static GetPlatform ( ) : System.Platform
Результат System.Platform

ProcessorCount() публичный статический Метод

public static ProcessorCount ( ) : int
Результат int