IAppxManifestReader.from constructor

IAppxManifestReader.from(
  1. IUnknown interface
)

Creates a new instance of IAppxManifestReader from an existing interface.

This factory constructor calls the queryInterface method to obtain a reference to the IAppxManifestReader interface.

Throws a WindowsException if the queryInterface call fails.

Implementation

@pragma('vm:prefer-inline')
factory IAppxManifestReader.from(IUnknown interface) =>
    interface.queryInterface();