C# Class CheckForDotNet45.Program

Show file Open project: shanselman/SmallestDotNet

Public Methods

Method Description
Main ( ) : void

Main entry point for program.

Private Methods

Method Description
GetDotnetReleaseKeyFromRegistry ( ) : int

Gets the .Net release key from registry "SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full\".

IsNet45OrNewer ( ) : bool

Determines whether we have .net 4.5 or newer.

Method Details

Main() public static method

Main entry point for program.
public static Main ( ) : void
return void