7 references to Name
ComSvcConfig (7)
ComAdminWrapper.cs (1)
803|| classInfo.Name.ToLowerInvariant() == classNameOrGuid)
ComplusEndpointConfigContainer.cs (1)
408string uri = Uri.EscapeUriString("net.pipe://localhost/" + adminAppInfo.Name + "/" + GetPartitionId(appId) + adminClassInfo.Name);
EndpointConfigContainer.cs (1)
156return classInfo.Name;
SvcFileManager.cs (1)
179string fileName = webDirectoryPath + "\\" + adminClassInfo.Name;
Tool.cs (3)
514ToolConsole.WriteQueryLine(" " + SR.GetString(SR.EnumeratingInterfacesForComponent, options.ShowGuids ? classInfo.Clsid.ToString("B") : classInfo.Name)); 674ToolConsole.WriteWarning(SR.GetString(SR.NoneOfTheSpecifiedInterfacesForComponentWereFoundSkipping, Tool.Options.ShowGuids ? classInfo.Clsid.ToString("B") : classInfo.Name)); 1150ToolConsole.WriteWarning(SR.GetString(SR.CannotExposePrivateComponentsSkipping, Tool.Options.ShowGuids ? classInfo.Clsid.ToString("B") : classInfo.Name));