5 references to LoadTypeLibEx
Microsoft.Build.Tasks.Core (5)
ComReferenceInfo.cs (3)
156
this.typeLibPointer = (ITypeLib)NativeMethods.
LoadTypeLibEx
(path, (int)NativeMethods.REGKIND.REGKIND_NONE | (int)NativeMethods.REGKIND.REGKIND_LOAD_TLB_AS_64BIT);
159
this.typeLibPointer = (ITypeLib)NativeMethods.
LoadTypeLibEx
(path, (int)NativeMethods.REGKIND.REGKIND_NONE | (int)NativeMethods.REGKIND.REGKIND_LOAD_TLB_AS_32BIT);
165
this.typeLibPointer = (ITypeLib)NativeMethods.
LoadTypeLibEx
(path, (int)NativeMethods.REGKIND.REGKIND_NONE);
RegisterAssembly.cs (1)
269
typeLib = (ITypeLib)NativeMethods.
LoadTypeLibEx
(typeLibPath, (int)NativeMethods.REGKIND.REGKIND_NONE);
UnregisterAssembly.cs (1)
235
ITypeLib typeLibrary = (ITypeLib)NativeMethods.
LoadTypeLibEx
(typeLibPath, (int)NativeMethods.REGKIND.REGKIND_NONE);