C# Класс Dev2.Studio.Core.Services.System.SystemInfoService

Class wrapping the standard environment variables, and adding a little extra. adapted from http://www.csharp411.com/determine-windows-version-and-edition-with-c/
Наследование: ISystemInfoService
Показать файл Открыть проект

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

Метод Описание
GetSystemInfo ( ) : SystemInfoTO

Gets the system info.

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

Метод Описание
GetProductInfo ( int osMajorVersion, int osMinorVersion, int spMajorVersion, int spMinorVersion, int &edition ) : bool
GetSystemMetrics ( int nIndex ) : int
GetVersionEx ( Osversioninfoex &osVersionInfo ) : bool

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

GetSystemInfo() публичный Метод

Gets the system info.
public GetSystemInfo ( ) : SystemInfoTO
Результат SystemInfoTO