C# 클래스 NuGet.VisualStudio.PackageExtensions

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

공개 메소드들

메소드 설명
HasPowerShellScript ( this package ) : bool
HasPowerShellScript ( this package, string names ) : bool
HasReadMeFileAtRoot ( this package ) : bool

메소드 상세

HasPowerShellScript() 공개 정적인 메소드

public static HasPowerShellScript ( this package ) : bool
package this
리턴 bool

HasPowerShellScript() 공개 정적인 메소드

public static HasPowerShellScript ( this package, string names ) : bool
package this
names string
리턴 bool

HasReadMeFileAtRoot() 공개 정적인 메소드

public static HasReadMeFileAtRoot ( this package ) : bool
package this
리턴 bool