Show / Hide Table of Contents

Class DriverUpdate

Represents a driver update from the Microsoft Update catalog

Inheritance
System.Object
MicrosoftUpdatePackage
DriverUpdate
Implements
IPackage
Inherited Members
MicrosoftUpdatePackage.Id
MicrosoftUpdatePackage.IPackage.Id
MicrosoftUpdatePackage.Title
MicrosoftUpdatePackage.Categories
MicrosoftUpdatePackage.GetCategories(ILookup<Guid, MicrosoftUpdatePackage>)
MicrosoftUpdatePackage.Prerequisites
MicrosoftUpdatePackage.IsApplicable(List<Guid>)
MicrosoftUpdatePackage.Description
MicrosoftUpdatePackage.Files
MicrosoftUpdatePackage.Handler
MicrosoftUpdatePackage.ApplicabilityRules
MicrosoftUpdatePackage.ReleaseMetadataBytes()
MicrosoftUpdatePackage.GetMetadataStream()
MicrosoftUpdatePackage.MatchTitle(String[])
MicrosoftUpdatePackage.FromMetadataXml(Byte[], Dictionary<String, UpdateFileUrl>)
Namespace: Microsoft.PackageGraph.MicrosoftUpdate.Metadata
Assembly: package-graph-microsoft-update.dll
Syntax
public class DriverUpdate : MicrosoftUpdatePackage, IPackage

Methods

| Improve this Doc View Source

GetDriverMetadata()

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

Implements

IPackage
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX