9 references to Name
ComSvcConfig (9)
ComAdminWrapper.cs (9)
71string name = ((string)appObj.Name()).ToLowerInvariant(); 114progid = (string)compObj.Name(); 141string name = ((string)compObj.Name()).ToLowerInvariant(); //make name lowercase 426if ((string)component.Name() == progid) 462string compName = (string)compObj.Name(); 494if (((string)comp.Name()).ToLowerInvariant() == progid.ToLowerInvariant()) 617this.appname = (string)appObj.Name(); 849this.progid = (string)compObj.Name(); 865ComAdminInterfaceInfo interfaceInfo = new ComAdminInterfaceInfo(interfaceID, (string)itf.Name());