C# 클래스 Nanook.TheGhost.OsInfo

OSInfo Class
파일 보기 프로젝트 열기: Nanook/TheGHOST

공개 메소드들

메소드 설명
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