CPUName()

语法

Result$ = CPUName()
概要
Returns the name of the CPU.

参数

无.

返回值

Returns the name of the CPU (the full vendor information). There is no standardized output across CPU, so this information shouldn't be used to identify the CPU at runtime, but can be useful for logging purpose.

示例

  Debug CPUName() ; Could print: "Intel(R) Core(TM) i7 CPU         860  @ 2.80GHz"

已支持操作系统

所有

System Index - CocoaMessage() ->