C# Class withSIX.Core.Presentation.Bridge.RuntimeCheck

Mostrar archivo Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
Check ( ) : System.Threading.Tasks.Task

Protected Methods

Method Description
FatalErrorMessage ( string message, string caption ) : Task

Private Methods

Method Description
CheckFor46DotVersion ( int releaseKey ) : bool
CheckNet46 ( ) : System.Threading.Tasks.Task
Get46FromRegistry ( ) : bool
IsNet46OrNewer ( ) : bool
IsSevenOrNewer ( ) : bool
TryOpenNet46Url ( ) : void

Method Details

Check() public method

public Check ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

FatalErrorMessage() protected method

protected FatalErrorMessage ( string message, string caption ) : Task
message string
caption string
return Task