C# 클래스 Yeppp.CpuIsaFeature

ISA extensions.
파일 보기 프로젝트 열기: wdv4758h/Yeppp 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CpuIsaFeature
CpuIsaFeature
IsDefined bool

공개 메소드들

메소드 설명
Equals ( CpuIsaFeature other ) : bool

Compares for equality with another CpuIsaFeature object.

Comparison is performed by value.

Equals ( System other ) : bool

Compares for equality with another object.

Comparison is performed by value.

GetHashCode ( ) : int

Provides a hash for the object.

Non-equal CpuIsaFeature objects are guaranteed to have different hashes.

ToString ( ) : string

Provides a string ID for the object.

The string ID starts with a Latin letter and contains only Latin letters, digits, and underscore symbol.

비공개 메소드들

메소드 설명
CpuIsaFeature ( uint id )
CpuIsaFeature ( uint id, uint architectureId )
IsDefined ( uint id, uint architectureId ) : bool

메소드 상세

Equals() 공개 메소드

Compares for equality with another CpuIsaFeature object.
Comparison is performed by value.
public Equals ( CpuIsaFeature other ) : bool
other CpuIsaFeature
리턴 bool

Equals() 공개 메소드

Compares for equality with another object.
Comparison is performed by value.
public Equals ( System other ) : bool
other System
리턴 bool

GetHashCode() 공개 메소드

Provides a hash for the object.
Non-equal CpuIsaFeature objects are guaranteed to have different hashes.
public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

Provides a string ID for the object.
The string ID starts with a Latin letter and contains only Latin letters, digits, and underscore symbol.
public ToString ( ) : string
리턴 string