GetDriverPackagesFlags Enumeration
Namespace: DevCase.ThirdParty.DismAssembly: 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.
[FlagsAttribute]
public enum GetDriverPackagesFlags
<FlagsAttribute>
Public Enumeration GetDriverPackagesFlags
Dim instance As GetDriverPackagesFlags
[FlagsAttribute]
public enum class GetDriverPackagesFlags
[<FlagsAttribute>]
type GetDriverPackagesFlags
No code example is currently available or this language may not be supported.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
Microsoft.Dism by jeffkl
Inbox |
1 |
Get those drivers that are commonly known as default drivers.
These drivers are included on the Windows distribution media
and therefore are automatically installed as part of Windows.
This is the opposite behavior to NotInbox flag.
|
NotInbox |
2 |
Get those drivers that are commonly known as third-party drivers.
These drivers are not included on the Windows distribution media
and therefore are not automatically installed as part of Windows.
This is the opposite behavior to Inbox flag.
|
Any |
3 |
Get all the drivers (inbox and not-inbox drivers).
|