C# 클래스 NuGetConsole.Host.PowerShellProvider.RegistryHelper

파일 보기 프로젝트 열기: xero-github/Nuget

공개 메소드들

메소드 설명
CheckIfPowerShell2Installed ( ) : bool

Detects if PowerShell 2.0 runtime is installed.

Detection logic is obtained from here: http://blogs.msdn.com/b/powershell/archive/2009/06/25/detection-logic-poweshell-installation.aspx

메소드 상세

CheckIfPowerShell2Installed() 공개 정적인 메소드

Detects if PowerShell 2.0 runtime is installed.
Detection logic is obtained from here: http://blogs.msdn.com/b/powershell/archive/2009/06/25/detection-logic-poweshell-installation.aspx
public static CheckIfPowerShell2Installed ( ) : bool
리턴 bool