C# Class Code.Cake.DNXRuntimeInformation

Captures current DNX runtime information. This is used by DNXSupport.DNXRun to switch to another runtime if needed.
Exibir arquivo Open project: SimpleGitVersion/SGV-Net Class Usage Examples

Public Methods

Method Description
DNXRuntimeInformation ( string dnxExeFullPath ) : System

Initializes a new DNX information based on the current dnx path from the ful path to dnx.exe application (can be null if not found: IsValid will be false).

Method Details

DNXRuntimeInformation() public method

Initializes a new DNX information based on the current dnx path from the ful path to dnx.exe application (can be null if not found: IsValid will be false).
public DNXRuntimeInformation ( string dnxExeFullPath ) : System
dnxExeFullPath string Full path of the dnx.exe application.
return System