IDkmAppPackageInfo.EnumPackages(DkmTransportConnection) Method

Definition

Enumerates installed and launchable (App Packages with applications) App Packages.

public:
 cli::array <Microsoft::VisualStudio::Debugger::DefaultPort::DkmInstalledAppPackageInfo ^> ^ EnumPackages(Microsoft::VisualStudio::Debugger::DefaultPort::DkmTransportConnection ^ connection);
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmInstalledAppPackageInfo[] EnumPackages (Microsoft.VisualStudio.Debugger.DefaultPort.DkmTransportConnection connection);
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmInstalledAppPackageInfo[]? EnumPackages (Microsoft.VisualStudio.Debugger.DefaultPort.DkmTransportConnection connection);
abstract member EnumPackages : Microsoft.VisualStudio.Debugger.DefaultPort.DkmTransportConnection -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmInstalledAppPackageInfo[]
Public Function EnumPackages (connection As DkmTransportConnection) As DkmInstalledAppPackageInfo()

Parameters

connection
DkmTransportConnection

[In] This represents a connection between the monitor and the IDE. It can either be a local connection if the monitor is running in the same process as the IDE, or it can be a remote connection. In the monitor process, there is only one connection.

Returns

[Out] Array of App Packages found.

Applies to