예제 #1
0
 public StoreAssemblyEnumeration EnumAssemblies(EnumAssembliesFlags Flags)
 {
     return(this.EnumAssemblies(Flags, null));
 }
예제 #2
0
        public StoreAssemblyEnumeration EnumAssemblies(EnumAssembliesFlags Flags, IReferenceIdentity refToMatch)
        {
            Guid guidOfType = IsolationInterop.GetGuidOfType(typeof(IEnumSTORE_ASSEMBLY));

            return(new StoreAssemblyEnumeration((IEnumSTORE_ASSEMBLY)this._pStore.EnumAssemblies((uint)Flags, refToMatch, ref guidOfType)));
        }
예제 #3
0
 public StoreAssemblyEnumeration EnumAssemblies(EnumAssembliesFlags Flags)
 {
     return this.EnumAssemblies(Flags, null);
 }
예제 #4
0
 public StoreAssemblyEnumeration EnumAssemblies(EnumAssembliesFlags Flags, IReferenceIdentity refToMatch)
 {
     Guid guidOfType = IsolationInterop.GetGuidOfType(typeof(IEnumSTORE_ASSEMBLY));
     return new StoreAssemblyEnumeration((IEnumSTORE_ASSEMBLY) this._pStore.EnumAssemblies((uint) Flags, refToMatch, ref guidOfType));
 }
        public StoreAssemblyEnumeration EnumAssemblies(EnumAssembliesFlags Flags, IReferenceIdentity refToMatch)
        {
            System.Guid g = IsolationInterop.GetGuidOfType(typeof(IEnumSTORE_ASSEMBLY));
            object o;

            o=_pStore.EnumAssemblies((UInt32)Flags, refToMatch, ref g);
            return new StoreAssemblyEnumeration((IEnumSTORE_ASSEMBLY)o);
        }
예제 #6
0
        public System.Deployment.Internal.Isolation.StoreAssemblyEnumeration EnumAssemblies(EnumAssembliesFlags Flags, System.Deployment.Internal.Isolation.IReferenceIdentity refToMatch)
        {
            Guid guidOfType = System.Deployment.Internal.Isolation.IsolationInterop.GetGuidOfType(typeof(System.Deployment.Internal.Isolation.IEnumSTORE_ASSEMBLY));

            return(new System.Deployment.Internal.Isolation.StoreAssemblyEnumeration((System.Deployment.Internal.Isolation.IEnumSTORE_ASSEMBLY) this._pStore.EnumAssemblies((uint)Flags, refToMatch, ref guidOfType)));
        }
예제 #7
0
 public System.Deployment.Internal.Isolation.StoreAssemblyEnumeration EnumAssemblies(EnumAssembliesFlags Flags)
 {
     return(this.EnumAssemblies(Flags, null));
 }
 public System.Deployment.Internal.Isolation.StoreAssemblyEnumeration EnumAssemblies(EnumAssembliesFlags Flags, System.Deployment.Internal.Isolation.IReferenceIdentity refToMatch)
 {
     Guid guidOfType = System.Deployment.Internal.Isolation.IsolationInterop.GetGuidOfType(typeof(System.Deployment.Internal.Isolation.IEnumSTORE_ASSEMBLY));
     return new System.Deployment.Internal.Isolation.StoreAssemblyEnumeration((System.Deployment.Internal.Isolation.IEnumSTORE_ASSEMBLY) this._pStore.EnumAssemblies((uint) Flags, refToMatch, ref guidOfType));
 }
 public System.Deployment.Internal.Isolation.StoreAssemblyEnumeration EnumAssemblies(EnumAssembliesFlags Flags)
 {
     return this.EnumAssemblies(Flags, null);
 }