UtilDismGetDriverPackages Method

Get infomation about the drivers that are installed on the operating system that is currently running on the local computer.

Definition

Namespace: DevCase.ThirdParty.Dism
Assembly: DevCase.net48.ThirdParty.Dism (in DevCase.net48.ThirdParty.Dism.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static ReadOnlyCollection<DismDriverPackage> GetDriverPackages(
	GetDriverPackagesFlags flags
)

Parameters

flags  GetDriverPackagesFlags
Flags combination that determine the function behavior.

Return Value

ReadOnlyCollectionDismDriverPackage
A ReadOnlyCollectionT collection containing the information about each driver package.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

Microsoft.Dism by jeffkl

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also