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