C# Класс Yeppp.CpuIsaFeature

ISA extensions.
Показать файл Открыть проект Примеры использования класса

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