5 references to GetTypeLibName
mscorlib (5)
system\runtime\interopservices\marshal.cs (4)
1317
return
GetTypeLibName
((ITypeLib)pTLB);
1380
return
GetTypeLibName
(typelib);
1653
GetTypeLibName
(pTLB) + ".dll", 0, new ImporterCallback(), null, null, null, null);
2767
Marshal.
GetTypeLibName
((ITypeLib)TypeLib) + ".dll",
system\runtime\interopservices\typelibconverter.cs (1)
389
String strTypeLibName = Marshal.
GetTypeLibName
((ITypeLib)typeLib);