C# 클래스 Code.Cake.DNXRuntimeInformation

Captures current DNX runtime information. This is used by DNXSupport.DNXRun to switch to another runtime if needed.
파일 보기 프로젝트 열기: SimpleGitVersion/SGV-Net 1 사용 예제들

공개 메소드들

메소드 설명
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