Implemented interface member:
method
GetType
System.Runtime.InteropServices._Assembly.GetType(System.String, System.Boolean)
60 references to GetType
ComSvcConfig (1)
SvcFileManager.cs (1)
270
Type compiledType = factoryType.Assembly.
GetType
(dictionary[factoryAttributeName], false);
mscorlib (3)
system\reflection\assembly.cs (3)
1288
Type invocableAttribute =
GetType
("__DynamicallyInvokableAttribute", false);
2813
Type type = sys.
GetType
("System.Net.NetworkAccess", true);
2826
type = sys.
GetType
("System.Net.WebPermission", true);
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
554
return assembly.
GetType
(bamlType.Name, false);
System (1)
compmod\system\componentmodel\design\PropertyTabAttribute.cs (1)
114
tabClasses[i] = a.
GetType
(className, true);
System.Activities (1)
System\Activities\ExpressionUtilities.cs (1)
238
Type genericFuncType = linqAssembly.
GetType
("System.Func`" + (parameterCount + 1), true);
System.AddIn (12)
System\Addin\Hosting\ActivationWorker.cs (2)
130
Type addinType = addInAssembly.
GetType
(_pipeline._addin.TypeInfo.FullName, true);
182
Type adapterType = addinAdapterAssembly.
GetType
(_pipeline._addinAdapter.TypeInfo.FullName, true);
System\Addin\Hosting\AddInActivator.cs (3)
328
Type addinType = addInAssembly.
GetType
(pipeline._addin.TypeInfo.FullName, true);
502
hostAdapterType = hostAdapterAssembly.
GetType
(hostAdapter.TypeInfo.FullName, true);
503
contractType = contractAssembly.
GetType
(contract.TypeInfo.FullName, true);
System\Addin\Hosting\Store\PipelineComponent.cs (6)
169
s_IContractInReflectionLoaderContext = systemAddInContractsInReflLoaderContext.
GetType
(typeof(System.AddIn.Contract.IContract).FullName, true);
170
s_ContractAttrInReflectionLoaderContext =systemAddInContractsInReflLoaderContext.
GetType
("System.AddIn.Pipeline.AddInContractAttribute", true);
171
s_QualificationDataAttrInReflectionLoaderContext = systemAddInContractsInReflLoaderContext.
GetType
("System.AddIn.Pipeline.QualificationDataAttribute", true);
172
s_AddInAdapterAttrInReflectionLoaderContext = systemAddInInReflLoaderContext.
GetType
("System.AddIn.Pipeline.AddInAdapterAttribute", true);
173
s_AddInBaseAttrInReflectionLoaderContext = systemAddInInReflLoaderContext.
GetType
("System.AddIn.Pipeline.AddInBaseAttribute", true);
174
s_AddInAttrInReflectionLoaderContext = systemAddInInReflLoaderContext.
GetType
("System.AddIn.AddInAttribute", true);
System\Addin\MiniReflection\TypeInfo.cs (1)
170
Type t = mscorlib.
GetType
(FullName, false);
System.Configuration (1)
System\Configuration\TypeUtil.cs (1)
37
type = systemAssembly.
GetType
(typeString, false);
System.Data.Entity (11)
System\Data\Metadata\AspProxy.cs (2)
154
Type hostingEnvType = _webAssembly.
GetType
("System.Web.Hosting.HostingEnvironment", true);
207
buildManager = _webAssembly.
GetType
(BUILD_MANAGER_TYPE_NAME, false);
System\Data\SqlClient\SqlTypesAssembly.cs (9)
156
Type sqlGeog = sqlSpatialAssembly.
GetType
("Microsoft.SqlServer.Types.SqlGeography", throwOnError: true);
157
Type sqlGeom = sqlSpatialAssembly.
GetType
("Microsoft.SqlServer.Types.SqlGeometry", throwOnError: true);
175
this.SqlStringType = this.SqlCharsType.Assembly.
GetType
("System.Data.SqlTypes.SqlString", throwOnError: true);
176
this.SqlBooleanType = this.SqlCharsType.Assembly.
GetType
("System.Data.SqlTypes.SqlBoolean", throwOnError: true);
177
this.SqlBytesType = this.SqlCharsType.Assembly.
GetType
("System.Data.SqlTypes.SqlBytes", throwOnError: true);
178
this.SqlDoubleType = this.SqlCharsType.Assembly.
GetType
("System.Data.SqlTypes.SqlDouble", throwOnError: true);
179
this.SqlInt32Type = this.SqlCharsType.Assembly.
GetType
("System.Data.SqlTypes.SqlInt32", throwOnError: true);
180
this.SqlXmlType = this.SqlCharsType.Assembly.
GetType
("System.Data.SqlTypes.SqlXml", throwOnError: true);
576
Type sqlString = sqlCharsType.Assembly.
GetType
("System.Data.SqlTypes.SqlString", throwOnError: true);
System.Data.Services.Client (1)
System\Data\Services\Client\ClientType.cs (1)
496
Type found = assembly.
GetType
(wireName, false);
System.Runtime.Remoting (3)
metadata\wsdlparser.cs (2)
4467
_type = assem.
GetType
(fullName, true);
5214
_type = assem.
GetType
(fullName, true);
metadata\wsdlwriter.cs (1)
421
Type parentType = assembly.
GetType
(parentName, true);
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
3424
type = assemblies[i].
GetType
(typeString, false);
System.ServiceModel.Activation (7)
System\ServiceModel\Activation\ServiceHostFactory.cs (2)
73
type = assembly.
GetType
(constructorString, false);
87
type = assemblies[i].
GetType
(constructorString, false);
System\ServiceModel\Activation\ServiceParser.cs (1)
293
serviceType = assembly.
GetType
(serviceAttributeValue, false);
System\ServiceModel\Activities\Activation\WorkflowServiceHostFactory.cs (2)
380
activityType = assembly.
GetType
(typeString, false);
405
activityType = assembly.
GetType
(typeString, false);
System\ServiceModel\ServiceHostingEnvironment.cs (2)
1327
compiledType = assemblies[i].
GetType
(factoryType, false);
1869
type = assemblies[i].
GetType
(BuildProviderType, false);
System.Web (4)
Compilation\BrowserCapabilitiesCompiler.cs (1)
69
_browserCapabilitiesFactoryBaseType = assembly.
GetType
("ASP.BrowserCapabilitiesFactory", true);
Compilation\BuildResult.cs (1)
920
ResultType = a.
GetType
(typeName, true /*throwOnError*/);
Profile\HttpProfileBase.cs (1)
92
t = t.Assembly.
GetType
("ProfileGroup" + groupName, false);
UI\ObjectStateFormatter.cs (1)
468
resolvedType = HttpContext.SystemWebAssembly.
GetType
(typeName, true);
System.Web.DataVisualization (1)
Common\General\Chart.cs (1)
447
Type selectArgsType = dataSource.GetType().Assembly.
GetType
("System.Web.UI.DataSourceSelectArguments", true);
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
17971
eventInterface = controlType.Module.Assembly.
GetType
(eventName, false);
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
757
binaryCompatibitlityType = typeof(Object).GetTypeInfo().Assembly.
GetType
("System.Runtime.Versioning.BinaryCompatibility", false);
System.Windows.Forms.DataVisualization (1)
Common\General\Chart.cs (1)
447
Type selectArgsType = dataSource.GetType().Assembly.
GetType
("System.Web.UI.DataSourceSelectArguments", true);
System.Workflow.Activities (1)
Common\DelegateTypeInfo.cs (1)
97
paramType = paramType.Assembly.
GetType
(paramType.FullName.Substring(0, paramType.FullName.Length - 1), true);
System.Workflow.ComponentModel (5)
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (1)
357
returnType = elementType.Assembly.
GetType
(name, false);
AuthoringOM\ComponentFactoryHelpers.cs (1)
187
componentType = referenceType.Assembly.
GetType
(typeFullName, false);
AuthoringOM\Design\ActivityDesigner.cs (1)
2463
itemType = typeProvider.LocalAssembly.
GetType
(toolboxItem.TypeName, false);
AuthoringOM\Serializer\WorkflowMarkupSerializationManager.cs (1)
340
type = assembly.
GetType
(typeName, false);
Shared\DelegateTypeInfo.cs (1)
96
paramType = paramType.Assembly.
GetType
(paramType.FullName.Substring(0, paramType.FullName.Length - 1), true);
System.WorkflowServices (2)
System\ServiceModel\Activation\WorkflowServiceHostFactory.cs (2)
182
workflowType = assembly.
GetType
(typeString, false);
195
workflowType = assembly.
GetType
(typeString, false);
System.Xml (1)
System\Xml\Core\BinaryCompatibility.cs (1)
22
binaryCompatabilityType = typeof(Object).GetTypeInfo().Assembly.
GetType
("System.Runtime.Versioning.BinaryCompatibility", false);