SystemInformationEvent.ProcessorSpeed Property

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

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

SystemInformationEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace