DkmTransportConnection.EnumPackages 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.
Enumerates installed and launchable (App Packages with applications) App Packages.
Location constraint: API must be called from an IDE component (component level > 100,000).
public:
cli::array <Microsoft::VisualStudio::Debugger::DefaultPort::DkmInstalledAppPackageInfo ^> ^ EnumPackages();
public:
Platform::Array <Microsoft::VisualStudio::Debugger::DefaultPort::DkmInstalledAppPackageInfo ^> ^ EnumPackages();
std::Array <Microsoft::VisualStudio::Debugger::DefaultPort::DkmInstalledAppPackageInfo const &> EnumPackages();
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmInstalledAppPackageInfo[] EnumPackages ();
member this.EnumPackages : unit -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmInstalledAppPackageInfo[]
Public Function EnumPackages () As DkmInstalledAppPackageInfo()
Returns
[Out] Array of App Packages found.