UtilDismGetDriverInfo Method

Get infomation about the drivers listed in the .inf file of the specified DismDriverPackage object.

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 DismDriverCollection GetDriverInfo(
	DismDriverPackage driverPackage
)

Parameters

driverPackage  DismDriverPackage
The source DismDriverPackage object.

Return Value

DismDriverCollection
A DismDriverCollection collection containing the information about each driver.

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