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