C# Class CheckForDotNet45.Program

Afficher le fichier Open project: shanselman/SmallestDotNet

Méthodes publiques

Méthode Description
Main ( ) : void

Main entry point for program.

Private Methods

Méthode 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 méthode

Main entry point for program.
public static Main ( ) : void
Résultat void