C# Class Nanook.TheGhost.OsInfo

OSInfo Class
Afficher le fichier Open project: Nanook/TheGHOST

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetNativeSystemInfo ( SYSTEM_INFO &lpSystemInfo ) : void
GetVersionEx ( OSVERSIONINFOEX &osVersionInfo ) : bool

Method Details

GetOSName() public static méthode

Returns the name of the operating system running on this computer.
public static GetOSName ( ) : string
Résultat string

GetOSProductType() public static méthode

Returns the product type of the operating system running on this computer.
public static GetOSProductType ( ) : string
Résultat string

GetOSServicePack() public static méthode

Returns the service pack information of the operating system running on this computer.
public static GetOSServicePack ( ) : string
Résultat string

GetPlatform() public static méthode

public static GetPlatform ( ) : System.Platform
Résultat System.Platform

ProcessorCount() public static méthode

public static ProcessorCount ( ) : int
Résultat int