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 dividend, 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) |