SystemInformationEvent.ProcessorSpeed Property

Gets the speed of the first CPU in the system in MHz.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public ReadOnly Property ProcessorSpeed As Integer
public int ProcessorSpeed { get; }
public:
property int ProcessorSpeed {
    int get ();
}
member ProcessorSpeed : int with get
function get ProcessorSpeed () : int

Property Value

Type: Int32

.NET Framework Security

See Also

Reference

SystemInformationEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace