C# 클래스 Sitecore.NuGet.Core.VersionInfo

파일 보기 프로젝트 열기: Sitecore/Sitecore-Configurator 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( Match match ) : VersionInfo
ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

VersionInfo ( ) : System
VersionInfo ( int major, int minor, int build, int revision ) : System

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( Match match ) : VersionInfo
match System.Text.RegularExpressions.Match
리턴 VersionInfo

ToString() 공개 메소드

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
리턴 string

VersionInfo() 공개 메소드

public VersionInfo ( ) : System
리턴 System

VersionInfo() 공개 메소드

public VersionInfo ( int major, int minor, int build, int revision ) : System
major int
minor int
build int
revision int
리턴 System