118 references to GetType
mscorlib (6)
system\diagnostics\stacktrace.cs (1)
140Type symbolsType = Type.GetType(
system\resources\manifestbasedresourcegroveler.cs (1)
348Type readerType = Type.GetType(readerTypeName, true);
system\resources\resourcereader.cs (2)
1088_typeTable[typeIndex] = (RuntimeType)Type.GetType(typeName, true); 1132RuntimeType resourceType = (RuntimeType)Type.GetType(typeName, false);
system\runtime\remoting\remotingservices.cs (1)
2689return (RuntimeType)Type.GetType(typeName, false);
system\stubhelpers.cs (1)
1467managedType = Type.GetType(typeName, /* throwOnError = */ true);
System (5)
compmod\system\componentmodel\design\PropertyTabAttribute.cs (1)
108tabClasses[i] = Type.GetType(className, false);
compmod\system\componentmodel\design\ToolboxItemAttribute.cs (1)
98toolboxItemType = Type.GetType(toolboxItemTypeName, true);
net\System\Net\_AutoWebProxyScriptWrapper.cs (1)
523s_ProxyScriptHelperType = Type.GetType("System.Net.VsaWebProxyScript, Microsoft.JScript, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", true);
sys\system\configuration\SettingsPropertyValue.cs (1)
121Type type = Type.GetType(webBaseEventTypeName, true);
sys\system\configuration\TypeUtil.cs (1)
17Type type = Type.GetType(typeString, true); // catch the errors and report them
System.Activities (1)
System\Activities\DynamicUpdate\ArgumentInfo.cs (1)
57this.type = Type.GetType(this.FullAssemblyQualifiedTypeName, false);
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
1422Type activityType = Type.GetType(typeName, false);
System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewService.cs (2)
148designerType = Type.GetType(designerAttribute.DesignerTypeName, throwOnFailure); 159designerType : Type.GetType(genericDesignerAttribute.DesignerTypeName, throwOnFailure));
System.AddIn (1)
System\Addin\Hosting\ActivationWorker.cs (1)
183Type addInBaseType = Type.GetType(_pipeline._addinBase.TypeInfo.AssemblyQualifiedName, true);
System.Configuration (3)
System\Configuration\ConfigurationErrorsException.cs (1)
188currentExceptionType = Type.GetType(currentType, true);
System\Configuration\Internal\InternalConfigHost.cs (1)
437return Type.GetType(typeName, throwOnError);
System\Configuration\TypeUtil.cs (1)
55type = Type.GetType(typeString, throwOnError);
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
1422Type activityType = Type.GetType(typeName, false);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewService.cs (2)
148designerType = Type.GetType(designerAttribute.DesignerTypeName, throwOnFailure); 159designerType : Type.GetType(genericDesignerAttribute.DesignerTypeName, throwOnFailure));
fx\src\data\Microsoft\SqlServer\Server\SmiMetaData.cs (2)
551_clrType = Type.GetType(_udtAssemblyQualifiedName, true); 562_clrType = Type.GetType(_udtAssemblyQualifiedName, false);
fx\src\data\System\Data\Common\GreenMethods.cs (2)
27internal static Type SystemDataCommonDbProviderServices_Type = Type.GetType(SystemDataCommonDbProviderServices_TypeName, false); 36Type t = Type.GetType(SystemDataSqlClientSqlProviderServices_TypeName, false);
System.Data.Services.Client (1)
System\Data\Services\Client\ClientConvert.cs (1)
176return Type.GetType(propertyValue, true);
System.Drawing (1)
commonui\System\Drawing\Design\ToolboxItem.cs (1)
640type = Type.GetType(typeName, false);
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlSecurityTokenRequirement.cs (1)
204Type customValidatorType = Type.GetType(customValidator, true);
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (1)
218Type customValidatorType = Type.GetType(customValidator, true);
System.Messaging (1)
System\Messaging\XmlMessageFormatter.cs (1)
170Type targetType = Type.GetType(this.targetTypeNames[index], true);
System.Runtime.Remoting (1)
channels\tcp\tcpserverchannel.cs (1)
138_authorizeRemotingConnection = (IAuthorizeRemotingConnection) Activator.CreateInstance(Type.GetType((String)entry.Value, true));
System.Runtime.Serialization (4)
System\Runtime\Serialization\Configuration\DeclaredTypeValidator.cs (1)
24Type t = Type.GetType(type, false);
System\Runtime\Serialization\Configuration\TypeElement.cs (1)
101Type t = System.Type.GetType(type, true);
System\Runtime\Serialization\DataContract.cs (2)
2207Type t = Type.GetType(elemTypeName, false); 2219Type t = Type.GetType(collectionElementTypeName, false);
System.ServiceModel (26)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
3412Type type = Type.GetType(typeString, false);
System\ServiceModel\ComIntegration\DispatchProxy.cs (1)
151paramInfo.type = Type.GetType(param.BaseType, true);
System\ServiceModel\Configuration\BindingCollectionElement.cs (1)
77Type collectionElementType = Type.GetType(collectionElement.Type, false);
System\ServiceModel\Configuration\BindingsSection.cs (1)
281Type extensionType = Type.GetType(bindingExtension.Type, false);
System\ServiceModel\Configuration\ClientCredentialsElement.cs (1)
120Type credentialsType = System.Type.GetType(this.Type, true);
System\ServiceModel\Configuration\CustomBindingCollectionElement.cs (1)
63BindingElementExtensionElement bindingElementExtension = Activator.CreateInstance(Type.GetType(element.Type, true)) as BindingElementExtensionElement;
System\ServiceModel\Configuration\EndpointCollectionElement.cs (1)
79Type collectionElementType = Type.GetType(collectionElement.Type, false);
System\ServiceModel\Configuration\ExtensionElementCollection.cs (2)
91Type elementType = Type.GetType(element.Type, false); 92if (null != elementType && elementType.Equals(Type.GetType(extension.Type, false)))
System\ServiceModel\Configuration\IssuedTokenServiceElement.cs (2)
161Type type = System.Type.GetType(this.CustomCertificateValidatorType, true); 171Type type = System.Type.GetType(this.SamlSerializerType, true);
System\ServiceModel\Configuration\PeerCustomResolverElement.cs (1)
79Type myResolverType = Type.GetType(this.ResolverType, false);
System\ServiceModel\Configuration\SecureConversationServiceElement.cs (1)
57Type type = System.Type.GetType(this.SecurityStateEncoderType, true);
System\ServiceModel\Configuration\ServiceAuthenticationElement.cs (1)
57Type type = Type.GetType(serviceAuthenticationManagerType, true);
System\ServiceModel\Configuration\ServiceAuthorizationElement.cs (2)
122Type type = Type.GetType(serviceAuthorizationManagerType, true); 136Type type = Type.GetType(authorizationPolicies[i].PolicyType, true);
System\ServiceModel\Configuration\ServiceCredentialsElement.cs (1)
123Type credentialsType = System.Type.GetType(this.Type, true);
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (1)
381Type elementType = Type.GetType(element.Type, false);
System\ServiceModel\Configuration\ServiceModelExtensionElement.cs (2)
59Type extensionType = Type.GetType(extensionTypeName, false); 248Type collectionElementType = Type.GetType(collectionElement.Type, false);
System\ServiceModel\Configuration\StandardEndpointsSection.cs (1)
182Type extensionType = Type.GetType(endpointExtension.Type, false);
System\ServiceModel\Configuration\UserNameServiceElement.cs (1)
135Type validatorType = System.Type.GetType(this.CustomUserNamePasswordValidatorType, true);
System\ServiceModel\Configuration\X509ClientCertificateAuthenticationElement.cs (1)
108Type validatorType = System.Type.GetType(this.CustomCertificateValidatorType, true);
System\ServiceModel\Configuration\X509PeerCertificateAuthenticationElement.cs (1)
90Type validatorType = System.Type.GetType(this.CustomCertificateValidatorType, true);
System\ServiceModel\Configuration\X509ServiceCertificateAuthenticationElement.cs (1)
90Type validatorType = System.Type.GetType(this.CustomCertificateValidatorType, true);
System\ServiceModel\Description\MessageContractImporter.cs (1)
1959xmlImporter.Extensions.Add(extTypeName, Type.GetType(extTypeName, true /*throwOnError*/));
System.ServiceModel.Activation (5)
System\ServiceModel\Activation\HostedTransportConfigurationManager.cs (1)
61Type type = Type.GetType(MetabaseSettingsIis7FactoryTypeName, false);
System\ServiceModel\Activation\ServiceHostFactory.cs (1)
44Type type = Type.GetType(constructorString, false);
System\ServiceModel\Activation\ServiceParser.cs (1)
682type = Type.GetType(typeName, true);
System\ServiceModel\Activities\Activation\WorkflowServiceHostFactory.cs (1)
375Type activityType = Type.GetType(typeString, false);
System\ServiceModel\ServiceHostingEnvironment.cs (1)
1863Type type = Type.GetType(BuildProviderType, false);
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\Configuration\RoutingSection.cs (1)
616Type customFilterType = Type.GetType(customType, true);
System.ServiceModel.Web (2)
System\ServiceModel\Configuration\WebHttpBindingElement.cs (1)
268Type type = System.Type.GetType(contentTypeMapperType, true);
System\ServiceModel\Configuration\WebMessageEncodingElement.cs (1)
87Type CTMType = Type.GetType(this.WebContentTypeMapperType, true);
System.Web (26)
Compilation\BuildManager.cs (1)
542Type t = Type.GetType(AppSettings.PortableCompilationOutputSnapshotType, true);
Compilation\ProfileBuildProvider.cs (1)
92Type baseType = Type.GetType(ProfileBase.InheritsFromTypeString, false);
Configuration\HttpConfigurationSystem.cs (2)
86Type typeConfigSystem = Type.GetType(ConfigSystemTypeString, true); 113Type typeFactory = Type.GetType(InternalConfigSettingsFactoryTypeString, true);
Configuration\ProtocolsConfigurationEntry.cs (2)
61processHandlerType = Type.GetType(_processHandlerTypeName, true /*throwOnError*/); 72appDomainHandlerType = Type.GetType(_appDomainHandlerTypeName, true /*throwOnError*/);
Configuration\ProtocolsSection.cs (2)
267processHandlerType = Type.GetType(ProcessHandlerType, true /*throwOnError*/); 282appDomainHandlerType = Type.GetType(AppDomainHandlerType, true /*throwOnError*/);
Configuration\RemoteWebConfigurationHostServer.cs (1)
222Type t = Type.GetType(protectionProviderType, true);
Configuration\WebConfigurationHost.cs (2)
80Type type = Type.GetType(InternalHostTypeName, true); 833Type type = Type.GetType(InternalConfigConfigurationFactoryTypeName, true);
Hosting\HostingEnvironment.cs (4)
743Type type = Type.GetType(assemblyQualifiedName, true); 750Type type = Type.GetType(assemblyQualifiedName, true); 790Type type = Type.GetType(assemblyQualifiedName, true); 804Type type = Type.GetType(assemblyQualifiedName, true);
Hosting\PreloadHost.cs (1)
26preloadObjType = Type.GetType(preloadObjTypeName, true);
Hosting\ProcessHost.cs (1)
367handlerType = Type.GetType(typeName, true /*throwOnError*/);
Management\regiisutil.cs (1)
99Assembly webAssembly = Assembly.GetAssembly(Type.GetType(typeName, true));
Security\AuthStoreRoleProvider.cs (3)
578typeAzAuthorizationStoreClass = Type.GetType("Microsoft.Interop.Security.AzRoles.AzAuthorizationStoreClass, Microsoft.Interop.Security.AzRoles, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", 581typeAzAuthorizationStoreClass = Type.GetType("Microsoft.Interop.Security.AzRoles.AzAuthorizationStoreClass, Microsoft.Interop.Security.AzRoles, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", 585typeAzAuthorizationStoreClass = Type.GetType("Microsoft.Interop.Security.AzRoles.AzAuthorizationStoreClass, Microsoft.Interop.Security.AzRoles, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
Security\FileAuthorizationModule.cs (1)
78if (Type.GetType(module.Type, false) == typeof(FileAuthorizationModule)) {
Security\UrlAuthorizationModule.cs (2)
84if (Type.GetType(module.Type, false) == typeof(UrlAuthorizationModule)) { 93if (Type.GetType(mod.Type, false) == typeof(UrlAuthorizationModule)) {
UI\ObjectStateFormatter.cs (1)
471resolvedType = Type.GetType(typeName, true);
UI\SimpleWebHandlerParser.cs (1)
470t = Type.GetType(typeName, true);
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
958this._customHandlerType = Type.GetType(this.CustomHandlerName, true);
System.Web.Mobile (3)
UI\MobileControls\Design\StylesEditorDialog.cs (3)
364Type type = Type.GetType(mobileStyle, true); 402_currentNewStyleType = Type.GetType((String) _lvAvailableStyles.Items[0].SubItems[1].Text + "." + 800_currentNewStyleType = Type.GetType((String) _lvAvailableStyles.SelectedItems[0].SubItems[1].Text + "." +
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionImporter.cs (1)
279importer.Extensions.Add(Type.GetType(extensionType, true /*throwOnError*/));
System.Windows.Forms (3)
winforms\Managed\System\Resources\ResXDataNode.cs (1)
760t = Type.GetType(typeName, false);
winforms\Managed\System\Resources\ResXFileRef.cs (1)
289Type toCreate = Type.GetType(parts[1], true);
winforms\Managed\System\WinForms\Control.cs (1)
17973eventInterface = Type.GetType(eventName, false);
System.Workflow.Activities (2)
Rules\RuleValidation.cs (2)
3307return Type.GetType(ExtensionAttributeFullName, false); 3795resultType = Type.GetType(qualifiedName, false);
System.Workflow.ComponentModel (5)
AuthoringOM\ComponentFactoryHelpers.cs (1)
197componentType = Type.GetType(typeName, false);
AuthoringOM\Design\DesignerHelpers.cs (1)
1731Type ruleConditionType = Type.GetType(DeclarativeRulesRef, false);
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
659Type stockType = Type.GetType(stockTypeName, false);
AuthoringOM\Serializer\CodeTypeReferenceSerializer.cs (1)
42type = Type.GetType(typeName, false);
AuthoringOM\Serializer\WorkflowMarkupSerializationManager.cs (1)
342type = Type.GetType(fullyQualifiedTypeName, false);
System.Workflow.Runtime (4)
Tracking\TrackingProfileSerializer.cs (3)
265location.ActivityType = Type.GetType(type, true); 410location.ActivityType = Type.GetType(type, true); 431location.ArgumentType = Type.GetType(type, true);
WorkflowRuntime.cs (1)
1488Type t = Type.GetType(serviceSettings.Type, true);
System.WorkflowServices (1)
System\ServiceModel\Activation\WorkflowServiceHostFactory.cs (1)
130Type workflowType = Type.GetType(typeString, false);
System.Xaml.Hosting (2)
System\Xaml\Hosting\Configuration\HandlerElement.cs (2)
101this.httpHandlerCLRType = Type.GetType(HttpHandlerType, true); 111this.xamlRootElementClrType = Type.GetType(XamlRootElementType, true);