C# 클래스 Rock.VersionInfo.VersionInfo

파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
GetRockProductVersionFullName ( ) : string

Provides the full 'official' product name of the Rock version currently in use.

GetRockProductVersionNumber ( ) : string

Provides the full product version number of the Rock currently in use.

GetRockSemanticVersionNumber ( ) : string

Provides the semantic version number of the Rock currently in use.

비공개 메소드들

메소드 설명
GetFileVersionInfo ( ) : FileVersionInfo

메소드 상세

GetRockProductVersionFullName() 공개 정적인 메소드

Provides the full 'official' product name of the Rock version currently in use.
public static GetRockProductVersionFullName ( ) : string
리턴 string

GetRockProductVersionNumber() 공개 정적인 메소드

Provides the full product version number of the Rock currently in use.
public static GetRockProductVersionNumber ( ) : string
리턴 string

GetRockSemanticVersionNumber() 공개 정적인 메소드

Provides the semantic version number of the Rock currently in use.
public static GetRockSemanticVersionNumber ( ) : string
리턴 string