C# Class Schumix.Framework.Platforms.Platform

Afficher le fichier Open project: Schumix/Schumix2

Méthodes publiques

Méthode Description
GetOSName ( ) : string

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

GetPlatform ( ) : string
GetPlatformType ( ) : PlatformType

Private Methods

Méthode Description
GetLinuxDistro ( ) : string
Platform ( ) : System

Method Details

GetOSName() public méthode

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

GetPlatform() public méthode

public GetPlatform ( ) : string
Résultat string

GetPlatformType() public méthode

public GetPlatformType ( ) : PlatformType
Résultat PlatformType