7 references to REGKIND
Microsoft.Build.Tasks.Core (7)
ComReferenceInfo.cs (5)
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);