applicationmodel

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Rendered for windows/amd64

Index

Constants

View Source
const GUIDiPackage string = "163c792f-bd75-413c-bf23-b1fe7b95d825"
View Source
const GUIDiPackage2 string = "a6612fb6-7688-4ace-95fb-359538e7aa01"
View Source
const GUIDiPackage3 string = "5f738b61-f86a-4917-93d1-f1ee9d3b35d9"
View Source
const GUIDiPackage4 string = "65aed1ae-b95b-450c-882b-6255187f397e"
View Source
const GUIDiPackage5 string = "0e842dd4-d9ac-45ed-9a1e-74ce056b2635"
View Source
const GUIDiPackage6 string = "8b1ad942-12d7-4754-ae4e-638cbc0e3a2e"
View Source
const GUIDiPackage7 string = "86ff8d31-a2e4-45e0-9732-283a6d88fde1"
View Source
const GUIDiPackage8 string = "2c584f7b-ce2a-4be6-a093-77cfbb2a7ea1"
View Source
const GUIDiPackageStatics string = "4e534bdf-2960-4878-97a4-9624deb72f2d"
View Source
const GUIDiPackageWithMetadata string = "95949780-1de9-40f2-b452-0de9f1910012"
View Source
const SignaturePackage string = "rc(Windows.ApplicationModel.Package;{163c792f-bd75-413c-bf23-b1fe7b95d825})"
View Source
const SignatureiPackage string = "{163c792f-bd75-413c-bf23-b1fe7b95d825}"
View Source
const SignatureiPackage2 string = "{a6612fb6-7688-4ace-95fb-359538e7aa01}"
View Source
const SignatureiPackage3 string = "{5f738b61-f86a-4917-93d1-f1ee9d3b35d9}"
View Source
const SignatureiPackage4 string = "{65aed1ae-b95b-450c-882b-6255187f397e}"
View Source
const SignatureiPackage5 string = "{0e842dd4-d9ac-45ed-9a1e-74ce056b2635}"
View Source
const SignatureiPackage6 string = "{8b1ad942-12d7-4754-ae4e-638cbc0e3a2e}"
View Source
const SignatureiPackage7 string = "{86ff8d31-a2e4-45e0-9732-283a6d88fde1}"
View Source
const SignatureiPackage8 string = "{2c584f7b-ce2a-4be6-a093-77cfbb2a7ea1}"
View Source
const SignatureiPackageStatics string = "{4e534bdf-2960-4878-97a4-9624deb72f2d}"
View Source
const SignatureiPackageWithMetadata string = "{95949780-1de9-40f2-b452-0de9f1910012}"

Variables

This section is empty.

Functions

This section is empty.

Types

type Package

type Package struct {
	ole.IUnknown
}

func PackageGetCurrent

func PackageGetCurrent() (*Package, error)

func (*Package) CheckUpdateAvailabilityAsync

func (impl *Package) CheckUpdateAvailabilityAsync() (*foundation.IAsyncOperation, error)

func (*Package) GetAppInstallerInfo

func (impl *Package) GetAppInstallerInfo() (*AppInstallerInfo, error)

func (*Package) GetAppListEntries

func (impl *Package) GetAppListEntries() (*collections.IVectorView, error)

func (*Package) GetAppListEntriesAsync

func (impl *Package) GetAppListEntriesAsync() (*foundation.IAsyncOperation, error)

func (*Package) GetContentGroupAsync

func (impl *Package) GetContentGroupAsync(name string) (*foundation.IAsyncOperation, error)

func (*Package) GetContentGroupsAsync

func (impl *Package) GetContentGroupsAsync() (*foundation.IAsyncOperation, error)

func (*Package) GetDependencies

func (impl *Package) GetDependencies() (*collections.IVectorView, error)

func (*Package) GetDescription

func (impl *Package) GetDescription() (string, error)

func (*Package) GetDisplayName

func (impl *Package) GetDisplayName() (string, error)

func (*Package) GetEffectiveExternalLocation

func (impl *Package) GetEffectiveExternalLocation() (*storage.StorageFolder, error)

func (*Package) GetEffectiveExternalPath

func (impl *Package) GetEffectiveExternalPath() (string, error)

func (*Package) GetEffectiveLocation

func (impl *Package) GetEffectiveLocation() (*storage.StorageFolder, error)

func (*Package) GetEffectivePath

func (impl *Package) GetEffectivePath() (string, error)

func (*Package) GetId

func (impl *Package) GetId() (*PackageId, error)

func (*Package) GetInstallDate

func (impl *Package) GetInstallDate() (foundation.DateTime, error)

func (*Package) GetInstalledDate

func (impl *Package) GetInstalledDate() (foundation.DateTime, error)

func (*Package) GetInstalledLocation

func (impl *Package) GetInstalledLocation() (*storage.StorageFolder, error)

func (*Package) GetInstalledPath

func (impl *Package) GetInstalledPath() (string, error)

func (*Package) GetIsBundle

func (impl *Package) GetIsBundle() (bool, error)

func (*Package) GetIsDevelopmentMode

func (impl *Package) GetIsDevelopmentMode() (bool, error)

func (*Package) GetIsFramework

func (impl *Package) GetIsFramework() (bool, error)

func (*Package) GetIsOptional

func (impl *Package) GetIsOptional() (bool, error)

func (*Package) GetIsResourcePackage

func (impl *Package) GetIsResourcePackage() (bool, error)

func (*Package) GetIsStub

func (impl *Package) GetIsStub() (bool, error)
func (impl *Package) GetLogo() (*foundation.Uri, error)

func (*Package) GetLogoAsRandomAccessStreamReference

func (impl *Package) GetLogoAsRandomAccessStreamReference(size foundation.Size) (*streams.RandomAccessStreamReference, error)

func (*Package) GetMachineExternalLocation

func (impl *Package) GetMachineExternalLocation() (*storage.StorageFolder, error)

func (*Package) GetMachineExternalPath

func (impl *Package) GetMachineExternalPath() (string, error)

func (*Package) GetMutableLocation

func (impl *Package) GetMutableLocation() (*storage.StorageFolder, error)

func (*Package) GetMutablePath

func (impl *Package) GetMutablePath() (string, error)

func (*Package) GetPublisherDisplayName

func (impl *Package) GetPublisherDisplayName() (string, error)

func (*Package) GetSignatureKind

func (impl *Package) GetSignatureKind() (PackageSignatureKind, error)

func (*Package) GetStatus

func (impl *Package) GetStatus() (*PackageStatus, error)

func (*Package) GetThumbnailToken

func (impl *Package) GetThumbnailToken() (string, error)

func (*Package) GetUserExternalLocation

func (impl *Package) GetUserExternalLocation() (*storage.StorageFolder, error)

func (*Package) GetUserExternalPath

func (impl *Package) GetUserExternalPath() (string, error)

func (*Package) Launch

func (impl *Package) Launch(parameters string) error

func (*Package) SetInUseAsync

func (impl *Package) SetInUseAsync(inUse bool) (*foundation.IAsyncOperation, error)

func (*Package) StageContentGroupsAsync

func (impl *Package) StageContentGroupsAsync(names *collections.IIterable) (*foundation.IAsyncOperation, error)

func (*Package) StageContentGroupsWithPriorityAsync

func (impl *Package) StageContentGroupsWithPriorityAsync(names *collections.IIterable, moveToHeadOfQueue bool) (*foundation.IAsyncOperation, error)

func (*Package) VerifyContentIntegrityAsync

func (impl *Package) VerifyContentIntegrityAsync() (*foundation.IAsyncOperation, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL