DkmInstalledAppPackageInfo.Create Method
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.
Overloads
Create(DkmAppPackageId, String, String, String, ReadOnlyCollection<DkmInstalledApplicationInfo>) |
Create a new DkmInstalledAppPackageInfo object instance. |
Create(DkmAppPackageId, String, String, String, ReadOnlyCollection<DkmInstalledApplicationInfo>, String) |
Create a new DkmInstalledAppPackageInfo object instance. This API was introduced in Visual Studio 14 Update 3 (DkmApiVersion.VS14Update3). |
Create(DkmAppPackageId, String, String, String, ReadOnlyCollection<DkmInstalledApplicationInfo>)
Create a new DkmInstalledAppPackageInfo object instance.
public:
static Microsoft::VisualStudio::Debugger::DefaultPort::DkmInstalledAppPackageInfo ^ Create(Microsoft::VisualStudio::Debugger::DefaultPort::DkmAppPackageId ^ AppPackageId, System::String ^ DisplayName, System::String ^ Version, System::String ^ LogoPath, System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::DefaultPort::DkmInstalledApplicationInfo ^> ^ Applications);
public static Microsoft.VisualStudio.Debugger.DefaultPort.DkmInstalledAppPackageInfo Create (Microsoft.VisualStudio.Debugger.DefaultPort.DkmAppPackageId AppPackageId, string DisplayName, string Version, string LogoPath, System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DefaultPort.DkmInstalledApplicationInfo> Applications);
public static Microsoft.VisualStudio.Debugger.DefaultPort.DkmInstalledAppPackageInfo Create (Microsoft.VisualStudio.Debugger.DefaultPort.DkmAppPackageId AppPackageId, string DisplayName, string Version, string? LogoPath, System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DefaultPort.DkmInstalledApplicationInfo>? Applications);
static member Create : Microsoft.VisualStudio.Debugger.DefaultPort.DkmAppPackageId * string * string * string * System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DefaultPort.DkmInstalledApplicationInfo> -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmInstalledAppPackageInfo
Public Shared Function Create (AppPackageId As DkmAppPackageId, DisplayName As String, Version As String, LogoPath As String, Applications As ReadOnlyCollection(Of DkmInstalledApplicationInfo)) As DkmInstalledAppPackageInfo
Parameters
- AppPackageId
- DkmAppPackageId
[In] Identifies a Windows Store app package or Windows Phone app package.
- DisplayName
- String
[In] The App Package display name.
- Version
- String
[In] The App Package version.
- LogoPath
- String
[In,Optional] The App Package logo path. For remote this will be the path on the remote system.
- Applications
- ReadOnlyCollection<DkmInstalledApplicationInfo>
[In,Optional] Array of applications found in the App Package.
Returns
[Out] Result of this method call.
Applies to
Create(DkmAppPackageId, String, String, String, ReadOnlyCollection<DkmInstalledApplicationInfo>, String)
Create a new DkmInstalledAppPackageInfo object instance.
This API was introduced in Visual Studio 14 Update 3 (DkmApiVersion.VS14Update3).
public:
static Microsoft::VisualStudio::Debugger::DefaultPort::DkmInstalledAppPackageInfo ^ Create(Microsoft::VisualStudio::Debugger::DefaultPort::DkmAppPackageId ^ AppPackageId, System::String ^ DisplayName, System::String ^ Version, System::String ^ LogoPath, System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::DefaultPort::DkmInstalledApplicationInfo ^> ^ Applications, System::String ^ ProcessorArchitecture);
public static Microsoft.VisualStudio.Debugger.DefaultPort.DkmInstalledAppPackageInfo Create (Microsoft.VisualStudio.Debugger.DefaultPort.DkmAppPackageId AppPackageId, string DisplayName, string Version, string LogoPath, System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DefaultPort.DkmInstalledApplicationInfo> Applications, string ProcessorArchitecture);
public static Microsoft.VisualStudio.Debugger.DefaultPort.DkmInstalledAppPackageInfo Create (Microsoft.VisualStudio.Debugger.DefaultPort.DkmAppPackageId AppPackageId, string DisplayName, string Version, string? LogoPath, System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DefaultPort.DkmInstalledApplicationInfo>? Applications, string? ProcessorArchitecture);
static member Create : Microsoft.VisualStudio.Debugger.DefaultPort.DkmAppPackageId * string * string * string * System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DefaultPort.DkmInstalledApplicationInfo> * string -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmInstalledAppPackageInfo
Public Shared Function Create (AppPackageId As DkmAppPackageId, DisplayName As String, Version As String, LogoPath As String, Applications As ReadOnlyCollection(Of DkmInstalledApplicationInfo), ProcessorArchitecture As String) As DkmInstalledAppPackageInfo
Parameters
- AppPackageId
- DkmAppPackageId
[In] Identifies a Windows Store app package or Windows Phone app package.
- DisplayName
- String
[In] The App Package display name.
- Version
- String
[In] The App Package version.
- LogoPath
- String
[In,Optional] The App Package logo path. For remote this will be the path on the remote system.
- Applications
- ReadOnlyCollection<DkmInstalledApplicationInfo>
[In,Optional] Array of applications found in the App Package.
- ProcessorArchitecture
- String
[In,Optional] Returns the package architecture.
Returns
[Out] Result of this method call.