SystemInformationEvent.ProcessorRevision Property
Gets the architecture-dependent processor revision, which is retrieved from GetNativeSystemInfo.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public ReadOnly Property ProcessorRevision As Integer
Get
public int ProcessorRevision { get; }
public:
property int ProcessorRevision {
int get ();
}
member ProcessorRevision : int
function get ProcessorRevision () : int
Property Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.