public TlbCoClass(int index, String packagename, TypeLibUtil typeLibUtil, String bindingMode) {
super(index, typeLibUtil, null);
TypeInfoUtil typeInfoUtil = typeLibUtil.getTypeInfoUtil(index);
TypeLibDoc typeLibDoc = this.typeLibUtil.getDocumentation(index);
String docString = typeLibDoc.getDocString();
if(typeLibDoc.getName().length() > 0)
this.name = typeLibDoc.getName();
this.logInfo("Type of kind 'CoClass' found: " + this.name);
this.createPackageName(packagename);
this.createClassName(this.name);