Condividi tramite


ArmBase Classe

Definizione

Importante

Questa API non è conforme a CLS.

Questa classe consente l'accesso alle istruzioni hardware ARM tramite oggetti intrinseci.

public ref class ArmBase abstract
[System.CLSCompliant(false)]
public abstract class ArmBase
[<System.CLSCompliant(false)>]
type ArmBase = class
Public MustInherit Class ArmBase
Ereditarietà
ArmBase
Derivato
Attributi

Proprietà

IsSupported

Questa classe consente l'accesso alle istruzioni hardware ARM tramite oggetti intrinseci.

Metodi

Equals(Object)

Determina se l'oggetto specificato è uguale all'oggetto corrente.

(Ereditato da Object)
GetHashCode()

Funge da funzione hash predefinita.

(Ereditato da Object)
GetType()

Ottiene l'oggetto Type dell'istanza corrente.

(Ereditato da Object)
LeadingZeroCount(Int32)

A32: CLZ Rd, Rm

A64: CLZ Wd, Wn

LeadingZeroCount(UInt32)

A32: CLZ Rd, Rm

A64: CLZ Wd, Wn

MemberwiseClone()

Crea una copia superficiale dell'oggetto Object corrente.

(Ereditato da Object)
ReverseElementBits(Int32)

A32: RBIT Rd, Rm

A64: RBIT Wd, Wn

ReverseElementBits(UInt32)

A32: RBIT Rd, Rm

A64: RBIT Wd, Wn

ToString()

Restituisce una stringa che rappresenta l'oggetto corrente.

(Ereditato da Object)
Yield()

A32: YIELD A64: YIELD

Si applica a