C# Class Schumix.Framework.Platforms.Platform

ファイルを表示 Open project: Schumix/Schumix2

Public Methods

Method Description
GetOSName ( ) : string

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

GetPlatform ( ) : string
GetPlatformType ( ) : PlatformType

Private Methods

Method Description
GetLinuxDistro ( ) : string
Platform ( ) : System

Method Details

GetOSName() public method

Returns the name of the operating system running on this computer.
public GetOSName ( ) : string
return string

GetPlatform() public method

public GetPlatform ( ) : string
return string

GetPlatformType() public method

public GetPlatformType ( ) : PlatformType
return PlatformType