Class DriverUpdate
Represents a driver update from the Microsoft Update catalog
Implements
Inherited Members
Namespace: Microsoft.PackageGraph.MicrosoftUpdate.Metadata
Assembly: package-graph-microsoft-update.dll
Syntax
public class DriverUpdate : MicrosoftUpdatePackage, IPackage
Methods
| Improve this Doc View SourceGetDriverMetadata()
Gets a list of driver specific metadata associated with this driver update.
Declaration
public List<DriverMetadata> GetDriverMetadata()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<DriverMetadata> | List of driver specific metadata |