Yeppp!
 All Classes Namespaces Functions Variables Properties Pages
Public Member Functions | Properties | List of all members
CpuIsaFeature Class Reference

ISA extensions. More...

Inherited by ArmCpuIsaFeature, IA64CpuIsaFeature, MipsCpuIsaFeature, and X86CpuIsaFeature.

Public Member Functions

bool Equals (CpuIsaFeature other)
 Compares for equality with another CpuIsaFeature object. More...
 
override bool Equals (System.Object other)
 Compares for equality with another object. More...
 
override int GetHashCode ()
 Provides a hash for the object. More...
 
override string ToString ()
 Provides a string ID for the object. More...
 

Properties

string Description [get]
 Provides a description for the object. More...
 

Detailed Description

ISA extensions.

See Also
CpuArchitecture.CpuIsaFeatures, Library.IsSupported(CpuIsaFeature), X86CpuIsaFeature, ArmCpuIsaFeature, MipsCpuIsaFeature, IA64CpuIsaFeature

Member Function Documentation

bool Equals ( CpuIsaFeature  other)
inline

Compares for equality with another CpuIsaFeature object.

Comparison is performed by value.

override bool Equals ( System.Object  other)
inline

Compares for equality with another object.

Comparison is performed by value.

override int GetHashCode ( )
inline

Provides a hash for the object.

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

override string ToString ( )
inline

Provides a string ID for the object.

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

See Also
Description

Property Documentation

string Description
get

Provides a description for the object.

The description can contain spaces and non-ASCII characters.

See Also
ToString()