C# Класс Schumix.Framework.Platforms.Platform

Показать файл Открыть проект

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

Метод Описание
GetOSName ( ) : string

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

GetPlatform ( ) : string
GetPlatformType ( ) : PlatformType

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

Метод Описание
GetLinuxDistro ( ) : string
Platform ( ) : System

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

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

Returns the name of the operating system running on this computer.
public GetOSName ( ) : string
Результат string

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

public GetPlatform ( ) : string
Результат string

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

public GetPlatformType ( ) : PlatformType
Результат PlatformType