Share via


SystemInformationEvent.ProcessorSpeed Property

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

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.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: System.Int32

.NET Framework Security

See Also

Reference

SystemInformationEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace