System.Deployment.Internal.Isolation.Store.EnumInstallationReferences C# (CSharp) Method

EnumInstallationReferences() public method

public EnumInstallationReferences ( EnumAssemblyInstallReferenceFlags Flags, IDefinitionIdentity Assembly ) : IEnumSTORE_ASSEMBLY_INSTALLATION_REFERENCE
Flags EnumAssemblyInstallReferenceFlags
Assembly IDefinitionIdentity
return IEnumSTORE_ASSEMBLY_INSTALLATION_REFERENCE
        public IEnumSTORE_ASSEMBLY_INSTALLATION_REFERENCE EnumInstallationReferences(EnumAssemblyInstallReferenceFlags Flags, IDefinitionIdentity Assembly)
        {
            Guid guidOfType = IsolationInterop.GetGuidOfType(typeof(IEnumSTORE_ASSEMBLY_INSTALLATION_REFERENCE));
            return (IEnumSTORE_ASSEMBLY_INSTALLATION_REFERENCE) this._pStore.EnumInstallationReferences((uint) Flags, Assembly, ref guidOfType);
        }