IMsixDriverDependency

Declaration

IMsixDriverDependency : IDispatch

Overview

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

Properties

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

See also

IMsixDriverConstraint

IMsixExternalDependency