IAppxManifestPackageId class com

Provides access to the package identity.

To learn more, see learn.microsoft.com/windows/win32/api/appxpackaging/nn-appxpackaging-iappxmanifestpackageid.

Inheritance
Implemented types

Constructors

IAppxManifestPackageId(VTablePointer ptr)
Creates a new instance of IAppxManifestPackageId from a VTablePointer.
IAppxManifestPackageId.from(IUnknown interface)
Creates a new instance of IAppxManifestPackageId from an existing interface.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
ptr VTablePointer
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addRef() int
Increments the reference count of this COM object.
inherited
comparePublisher(PCWSTR other) bool
Compares the specified publisher with the publisher defined in the manifest.
getArchitecture() APPX_PACKAGE_ARCHITECTURE
Gets the processor architecture as defined in the manifest.
getName() PWSTR
Gets the name of the package as defined in the manifest.
getPackageFamilyName() PWSTR
Gets the package family name.
getPackageFullName() PWSTR
Gets the package full name.
getPublisher() PWSTR
Gets the name of the package publisher as defined in the manifest.
getResourceId() PWSTR
Gets the package resource identifier as defined in the manifest.
getVersion() int
Gets the version of the package as defined in the manifest.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryInterface<T extends IUnknown>() → T
Queries this COM object for a specific interface defined by the type parameter T.
inherited
release() int
Decrements the reference count of this COM object.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited