5 references to GetType
System.Configuration.ConfigurationManager (5)
System\Configuration\FactoryRecord.cs (2)
218
t1 = TypeUtil.
GetType
(typeName, false);
219
t2 = TypeUtil.
GetType
(FactoryTypeName, false);
System\Configuration\ProtectedConfigurationSection.cs (1)
79
Type t = TypeUtil.
GetType
(pn.Type, true);
System\Configuration\TypeNameConverter.cs (1)
25
Type result = TypeUtil.
GetType
((string)data, false);
System\Configuration\TypeUtil.cs (1)
130
Type type =
GetType
(typeString, true);