C# Класс Code.Cake.DNXRuntimeInformation

Captures current DNX runtime information. This is used by DNXSupport.DNXRun to switch to another runtime if needed.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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).

Описание методов

DNXRuntimeInformation() публичный Метод

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.
Результат System