X86Base 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 API 不符合 CLS 規範。
提供透過內部函數存取 x86 基底硬體指示。
public ref class X86Base abstract
[System.CLSCompliant(false)]
public abstract class X86Base
public abstract class X86Base
[<System.CLSCompliant(false)>]
type X86Base = class
type X86Base = class
Public MustInherit Class X86Base
- 繼承
-
X86Base
- 衍生
- 屬性
屬性
IsSupported |
提供透過內部函數存取 x86 基底硬體指示。 |
方法
CpuId(Int32, Int32) |
void __cpuidex (int cpuInfo[4], int function_id, int subfunction_id) ;CPUID |
DivRem(UInt32, Int32, Int32) |
int _div64 (__int64除數、int 除數、int* 餘數) IDIV reg/m32 |
DivRem(UInt32, UInt32, UInt32) |
unsigned _udiv64 (unsigned __int64 dividend、 unsigned divisor, unsigned* 餘數) DIV reg/m32 |
DivRem(UIntPtr, IntPtr, IntPtr) |
IDIV reg/m |
DivRem(UIntPtr, UIntPtr, UIntPtr) |
IDIV reg/m |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
Pause() |
void _mm_pause (void) ;暫停 |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |