Sdílet prostřednictvím


DkmRunningProcessInfo.ProcessorArchitecture Property

Definition

Example: PROCESSOR_ARCHITECTURE_INTEL (0), PROCESSOR_ARCHITECTURE_ARM (5), PROCESSOR_ARCHITECTURE_AMD64 (9), or PROCESSOR_ARCHITECTURE_ARM64 (12). This is computed when DkmRunningProcessInfoPropertyMask.BasicInfoFlags is set.

public:
 property System::UInt16 ProcessorArchitecture { System::UInt16 get(); };
public:
 property unsigned short ProcessorArchitecture { unsigned short get(); };
public ushort ProcessorArchitecture { get; }
member this.ProcessorArchitecture : uint16
Public ReadOnly Property ProcessorArchitecture As UShort

Property Value

Returns UInt16.

Applies to