C# Class Coinium.Common.Platform.PlatformManager

Platform Manager that identifies platforms & manages them.
Exibir arquivo Open project: Ziftr/CoiniumServ

Public Methods

Method Description
IsRunningOnMono ( ) : bool

Returns true if code runs over Mono framework.

Private Methods

Method Description
IdentifyPlatform ( ) : void

Identifies the current platform and used frameworks.

PlatformManager ( ) : System

Method Details

IsRunningOnMono() public static method

Returns true if code runs over Mono framework.
public static IsRunningOnMono ( ) : bool
return bool