1 instantiation of StoreDeploymentMetadataPropertyEnumeration
mscorlib (1)
system\deployment\isolationinterop.cs (1)
2201return new StoreDeploymentMetadataPropertyEnumeration((IEnumSTORE_DEPLOYMENT_METADATA_PROPERTY)o);
2 references to StoreDeploymentMetadataPropertyEnumeration
mscorlib (2)
system\deployment\isolationinterop.cs (1)
2185public StoreDeploymentMetadataPropertyEnumeration EnumInstallerDeploymentProperties(
system\security\policy\applicationtrust.cs (1)
371StoreDeploymentMetadataPropertyEnumeration metadataEnum = m_pStore.EnumInstallerDeploymentProperties(IsolationInterop.GUID_SXS_INSTALL_REFERENCE_SCHEME_OPAQUESTRING, InstallerIdentifier, ApplicationTrustProperty, defAppId);