DkmInstalledAppPackageInfo.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.
[Optional] Returns the package architecture.
This API was introduced in Visual Studio 14 Update 3 (DkmApiVersion.VS14Update3).
public:
property System::String ^ ProcessorArchitecture { System::String ^ get(); };
public:
property Platform::String ^ ProcessorArchitecture { Platform::String ^ get(); };
public string ProcessorArchitecture { get; }
public string? ProcessorArchitecture { get; }
member this.ProcessorArchitecture : string
Public ReadOnly Property ProcessorArchitecture As String