15 references to StoreApplicationReference
System.Deployment (15)
System\Deployment\Internal\Isolation\IEnumSTORE_ASSEMBLY_INSTALLATION_REFERENCE.cs (1)
17uint Next(uint celt, StoreApplicationReference[] rgelt);
System\Deployment\Internal\Isolation\IStore.cs (4)
19void CalculateDelimiterOfDeploymentsBasedOnQuota(uint dwFlags, IntPtr cDeployments, IDefinitionAppId[] rgpIDefinitionAppId_Deployments, ref StoreApplicationReference InstallerReference, ulong ulonglongQuota, ref IntPtr Delimiter, ref ulong SizeSharedWithExternalDeployment, ref ulong SizeConsumedByInputDeploymentArray); 31object EnumInstallerDeploymentMetadata(uint Flags, ref StoreApplicationReference Reference, IReferenceAppId Filter, ref Guid riid); 33object EnumInstallerDeploymentMetadataProperties(uint Flags, ref StoreApplicationReference Reference, IDefinitionAppId Filter, ref Guid riid); 41void GetDeploymentProperty(uint Flags, IDefinitionAppId DeploymentInPackage, ref StoreApplicationReference Reference, ref Guid PropertySet, string pcwszPropertyName, out BLOB blob);
System\Deployment\Internal\Isolation\Store.cs (2)
21public void CalculateDelimiterOfDeploymentsBasedOnQuota(uint dwFlags, uint cDeployments, IDefinitionAppId[] rgpIDefinitionAppId_Deployments, ref StoreApplicationReference InstallerReference, ulong ulonglongQuota, ref uint Delimiter, ref ulong SizeSharedWithExternalDeployment, ref ulong SizeConsumedByInputDeploymentArray); 47public byte[] GetDeploymentProperty(GetPackagePropertyFlags Flags, IDefinitionAppId Deployment, StoreApplicationReference Reference, Guid PropertySet, string PropertyName);
System\Deployment\Internal\Isolation\StoreOperationInstallDeployment.cs (2)
16public StoreOperationInstallDeployment(IDefinitionAppId App, StoreApplicationReference reference); 18public StoreOperationInstallDeployment(IDefinitionAppId App, bool UninstallOthers, StoreApplicationReference reference);
System\Deployment\Internal\Isolation\StoreOperationPinDeployment.cs (2)
18public StoreOperationPinDeployment(IDefinitionAppId AppId, StoreApplicationReference Ref); 19public StoreOperationPinDeployment(IDefinitionAppId AppId, DateTime Expiry, StoreApplicationReference Ref);
System\Deployment\Internal\Isolation\StoreOperationSetDeploymentMetadata.cs (2)
20public StoreOperationSetDeploymentMetadata(IDefinitionAppId Deployment, StoreApplicationReference Reference, StoreOperationMetadataProperty[] SetProperties); 22public StoreOperationSetDeploymentMetadata(IDefinitionAppId Deployment, StoreApplicationReference Reference, StoreOperationMetadataProperty[] SetProperties, StoreOperationMetadataProperty[] TestProperties);
System\Deployment\Internal\Isolation\StoreOperationUninstallDeployment.cs (1)
17public StoreOperationUninstallDeployment(IDefinitionAppId appid, StoreApplicationReference AppRef);
System\Deployment\Internal\Isolation\StoreOperationUnpinDeployment.cs (1)
17public StoreOperationUnpinDeployment(IDefinitionAppId app, StoreApplicationReference reference);