IAppxManifestPackageId class com Interface
Provides access to the package identity.
Constructors
-
IAppxManifestPackageId(Pointer<
COMObject> ptr) - IAppxManifestPackageId.from(IUnknown interface)
-
factory
Properties
Methods
-
addRef(
) → int -
inherited
-
comparePublisher(
Pointer< Utf16> other, Pointer<Int32> isSame) → int -
getArchitecture(
Pointer< Int32> architecture) → int -
getName(
Pointer< Pointer< name) → intUtf16> > -
getPackageFamilyName(
Pointer< Pointer< packageFamilyName) → intUtf16> > -
getPackageFullName(
Pointer< Pointer< packageFullName) → intUtf16> > -
getPublisher(
Pointer< Pointer< publisher) → intUtf16> > -
getResourceId(
Pointer< Pointer< resourceId) → intUtf16> > -
getVersion(
Pointer< Uint64> packageVersion) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryInterface(
Pointer< GUID> riid, Pointer<Pointer< ppvObject) → intNativeType> > -
inherited
-
release(
) → int -
inherited
-
toInterface(
String iid) → Pointer< COMObject> -
Cast an existing COM object to a specified interface.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited