C# 클래스 disruptorpretest.ComputerSpecifications

A class that uses the System.Management APIS (WMI) to fetch the most interesting attributes about the computer hardware we are running on. Based on Vance Morrison's MeasureIt tool: http://blogs.msdn.com/b/vancem/archive/2009/02/06/measureit-update-tool-for-doing-microbenchmarks.aspx
파일 보기 프로젝트 열기: bingyang001/disruptor-net-3.3.0-alpha 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
L1KBytes int
L2KBytes int
L3KBytes int
Manufacturer string
MemoryMBytes int
Model string
Name string
NumberOfCores int
NumberOfLogicalProcessors int
NumberOfProcessors int
OperatingSystem string
OperatingSystemServicePack int
OperatingSystemVersion string
ProcessorClockSpeedMhz int
ProcessorDescription string
ProcessorName string

공개 메소드들

메소드 설명
AppendHtml ( StringBuilder builder ) : void
ComputerSpecifications ( ) : System
ToString ( ) : string

메소드 상세

AppendHtml() 공개 메소드

public AppendHtml ( StringBuilder builder ) : void
builder StringBuilder
리턴 void

ComputerSpecifications() 공개 메소드

public ComputerSpecifications ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

L1KBytes 공개적으로 프로퍼티

public int L1KBytes
리턴 int

L2KBytes 공개적으로 프로퍼티

public int L2KBytes
리턴 int

L3KBytes 공개적으로 프로퍼티

public int L3KBytes
리턴 int

Manufacturer 공개적으로 프로퍼티

public string Manufacturer
리턴 string

MemoryMBytes 공개적으로 프로퍼티

public int MemoryMBytes
리턴 int

Model 공개적으로 프로퍼티

public string Model
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string

NumberOfCores 공개적으로 프로퍼티

public int NumberOfCores
리턴 int

NumberOfLogicalProcessors 공개적으로 프로퍼티

public int NumberOfLogicalProcessors
리턴 int

NumberOfProcessors 공개적으로 프로퍼티

public int NumberOfProcessors
리턴 int

OperatingSystem 공개적으로 프로퍼티

public string OperatingSystem
리턴 string

OperatingSystemServicePack 공개적으로 프로퍼티

public int OperatingSystemServicePack
리턴 int

OperatingSystemVersion 공개적으로 프로퍼티

public string OperatingSystemVersion
리턴 string

ProcessorClockSpeedMhz 공개적으로 프로퍼티

public int ProcessorClockSpeedMhz
리턴 int

ProcessorDescription 공개적으로 프로퍼티

public string ProcessorDescription
리턴 string

ProcessorName 공개적으로 프로퍼티

public string ProcessorName
리턴 string