共用方式為


Crc32 類別

定義

重要

此 API 不符合 CLS 規範。

這個類別可讓您透過內建函式存取 ARM Crc32 硬體指示。

public ref class Crc32 abstract : System::Runtime::Intrinsics::Arm::ArmBase
[System.CLSCompliant(false)]
public abstract class Crc32 : System.Runtime.Intrinsics.Arm.ArmBase
[<System.CLSCompliant(false)>]
type Crc32 = class
    inherit ArmBase
Public MustInherit Class Crc32
Inherits ArmBase
繼承
Crc32
屬性

屬性

IsSupported

這個類別可讓您透過內建函式存取 ARM Crc32 硬體指示。

方法

ComputeCrc32(UInt32, Byte)

uint32_t __crc32b (uint32_t a, uint8_t b)

A32: CRC32B Rd, Rn, Rm

A64: CRC32B Wd, Wn, Wm

ComputeCrc32(UInt32, UInt16)

uint32_t __crc32h (uint32_t a, uint16_t b)

A32: CRC32H Rd, Rn, Rm

A64: CRC32H Wd, Wn, Wm

ComputeCrc32(UInt32, UInt32)

uint32_t __crc32w (uint32_t a, uint32_t b)

A32: CRC32W Rd, Rn, Rm

A64: CRC32W Wd, Wn, Wm

ComputeCrc32C(UInt32, Byte)

uint32_t __crc32cb (uint32_t a, uint8_t b)

A32: CRC32CB Rd, Rn, Rm

A64: CRC32CB Wd, Wn, Wm

ComputeCrc32C(UInt32, UInt16)

uint32_t __crc32ch (uint32_t a, uint16_t b)

A32: CRC32CH Rd, Rn, Rm

A64: CRC32CH Wd, Wn, Wm

ComputeCrc32C(UInt32, UInt32)

uint32_t __crc32cw (uint32_t a, uint32_t b)

A32: CRC32CW Rd, Rn, Rm

A64: CRC32CW Wd, Wn, Wm

Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)

適用於