6 references to IEnumSTORE_ASSEMBLY
mscorlib (6)
system\deployment\isolationinterop.cs (6)
267
IEnumSTORE_ASSEMBLY
Clone();
272
private
IEnumSTORE_ASSEMBLY
_enum = null;
276
public StoreAssemblyEnumeration(
IEnumSTORE_ASSEMBLY
pI)
1906
System.Guid g = IsolationInterop.GetGuidOfType(typeof(
IEnumSTORE_ASSEMBLY
));
1910
return new StoreAssemblyEnumeration((
IEnumSTORE_ASSEMBLY
)o);
2913
public static Guid IID_IEnumSTORE_ASSEMBLY = GetGuidOfType(typeof(
IEnumSTORE_ASSEMBLY
));