IMsixDriverDependency

DeclarationCopy link to this sectionLink to this section copied!

IMsixDriverDependency : IDispatch

OverviewCopy link to this sectionLink to this section copied!

This interface is meant for configuring the MSIX dependency and manage driver constraints constraints.

PropertiesCopy link to this sectionLink to this section copied!

String Name
Gets or sets the name/id of the driver dependency

Array<IMsixDriverConstraint> Constraints
Gets the collection of driver constraints

NewConstraint(String aName, String aMinVersion, String aMinDate) returns IMsixDriverConstraint
Creates new driver constraint

RemoveConstraint(IMsixDriverConstraint aConstraint)
Removes existing driver constraint