C# 클래스 Mycroft.App.Capability

An capability that represents a dependency between apps
상속: IComparable
파일 보기 프로젝트 열기: rit-sse-mycroft/core 1 사용 예제들

공개 메소드들

메소드 설명
Capability ( string name, System.Version version ) : System
CompareTo ( object other ) : int

Compares capabilities based on name, then version

Equals ( object obj ) : bool

Checks that capabilitiees with the same name and version are the same

GetHashCode ( ) : int

메소드 상세

Capability() 공개 메소드

public Capability ( string name, System.Version version ) : System
name string
version System.Version
리턴 System

CompareTo() 공개 메소드

Compares capabilities based on name, then version
public CompareTo ( object other ) : int
other object
리턴 int

Equals() 공개 메소드

Checks that capabilitiees with the same name and version are the same
public Equals ( object obj ) : bool
obj object The object being compared
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int