public StoreCategoryEnumeration EnumCategories(EnumCategoriesFlags Flags, IReferenceIdentity CategoryMatch) { Guid guidOfType = IsolationInterop.GetGuidOfType(typeof(IEnumSTORE_CATEGORY)); return(new StoreCategoryEnumeration((IEnumSTORE_CATEGORY)this._pStore.EnumCategories((uint)Flags, CategoryMatch, ref guidOfType))); }
public StoreCategoryEnumeration EnumCategories(EnumCategoriesFlags Flags, IReferenceIdentity CategoryMatch) { Guid guidOfType = IsolationInterop.GetGuidOfType(typeof(IEnumSTORE_CATEGORY)); return new StoreCategoryEnumeration((IEnumSTORE_CATEGORY) this._pStore.EnumCategories((uint) Flags, CategoryMatch, ref guidOfType)); }
public System.Deployment.Internal.Isolation.StoreCategoryEnumeration EnumCategories(EnumCategoriesFlags Flags, System.Deployment.Internal.Isolation.IReferenceIdentity CategoryMatch) { Guid guidOfType = System.Deployment.Internal.Isolation.IsolationInterop.GetGuidOfType(typeof(System.Deployment.Internal.Isolation.IEnumSTORE_CATEGORY)); return(new System.Deployment.Internal.Isolation.StoreCategoryEnumeration((System.Deployment.Internal.Isolation.IEnumSTORE_CATEGORY) this._pStore.EnumCategories((uint)Flags, CategoryMatch, ref guidOfType))); }
public StoreCategoryEnumeration EnumCategories(EnumCategoriesFlags Flags, IReferenceIdentity CategoryMatch) { System.Guid g = IsolationInterop.GetGuidOfType(typeof(IEnumSTORE_CATEGORY)); object o; o=_pStore.EnumCategories((UInt32)Flags, CategoryMatch, ref g); return new StoreCategoryEnumeration((IEnumSTORE_CATEGORY)o); }
public System.Deployment.Internal.Isolation.StoreCategoryEnumeration EnumCategories(EnumCategoriesFlags Flags, System.Deployment.Internal.Isolation.IReferenceIdentity CategoryMatch) { Guid guidOfType = System.Deployment.Internal.Isolation.IsolationInterop.GetGuidOfType(typeof(System.Deployment.Internal.Isolation.IEnumSTORE_CATEGORY)); return new System.Deployment.Internal.Isolation.StoreCategoryEnumeration((System.Deployment.Internal.Isolation.IEnumSTORE_CATEGORY) this._pStore.EnumCategories((uint) Flags, CategoryMatch, ref guidOfType)); }