IAppxManifestDriverDependency.from constructor
IAppxManifestDriverDependency.from(
- IUnknown interface
Creates a new instance of IAppxManifestDriverDependency from an existing
interface.
This factory constructor calls the queryInterface method to obtain a reference to the IAppxManifestDriverDependency interface.
Throws a WindowsException if the queryInterface call fails.
Implementation
@pragma('vm:prefer-inline')
factory IAppxManifestDriverDependency.from(IUnknown interface) =>
interface.queryInterface();