ArmBase 類別

定義

重要

此 API 不符合 CLS 規範。

此類別可讓您透過內建函式存取 ARM 基礎硬體指示。

public ref class ArmBase abstract
[System.CLSCompliant(false)]
public abstract class ArmBase
[<System.CLSCompliant(false)>]
type ArmBase = class
Public MustInherit Class ArmBase
繼承
ArmBase
衍生
屬性

屬性

IsSupported

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
LeadingZeroCount(Int32)

A32: CLZ Rd, Rm

A64: CLZ Wd, Wn

LeadingZeroCount(UInt32)

A32: CLZ Rd, Rm

A64: CLZ Wd, Wn

MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ReverseElementBits(Int32)

A32: RBIT Rd, Rm

A64: RBIT Wd, Wn

ReverseElementBits(UInt32)

A32: RBIT Rd, Rm

A64: RBIT Wd, Wn

ToString()

傳回代表目前物件的字串。

(繼承來源 Object)
Yield()

A32: YIELD A64: YIELD

適用於