Configuration\ConfigUtil.cs (7)
19internal static void CheckBaseType(Type expectedBaseType, Type userBaseType, string propertyName, ConfigurationElement configElement) {
30internal static Type GetType(string typeName, string propertyName, ConfigurationElement configElement,
77internal static Type GetType(string typeName, string propertyName, ConfigurationElement configElement) {
81internal static Type GetType(string typeName, string propertyName, ConfigurationElement configElement, bool checkAptcaBit) {
85internal static Type GetType(string typeName, string propertyName, ConfigurationElement configElement, bool checkAptcaBit, bool ignoreCase) {
97internal static void CheckAssignableType(Type baseType, Type type, ConfigurationElement configElement, string propertyName) {
105internal static void CheckAssignableType(Type baseType, Type baseType2, Type type, ConfigurationElement configElement, string propertyName) {