2 references to TKIND_COCLASS
ComSvcConfig (1)
ComAdminWrapper.cs (1)
308ICreateTypeInfo typeInfo = typelib.CreateTypeInfo(ListenerWSUName, System.Runtime.InteropServices.ComTypes.TYPEKIND.TKIND_COCLASS);
mscorlib (1)
system\runtime\interopservices\ComTypes\itypeinfo.cs (1)
29TKIND_ALIAS = TKIND_COCLASS + 1,