C# 클래스 Phamhilator.Updater.Version

파일 보기 프로젝트 열기: ArcticEcho/Phamhilator

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
MatchesFormat ( string version ) : bool
ToString ( ) : string
Version ( string version ) : System
operator ( ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

MatchesFormat() 공개 정적인 메소드

public static MatchesFormat ( string version ) : bool
version string
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Version() 공개 메소드

public Version ( string version ) : System
version string
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool