DkmRunningProcessInfo.ProcessorArchitecture Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.