C# Класс System.Configuration.TypeUtil

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
CreateInstanceWithReflectionPermission object
CreateInstanceWithReflectionPermission object
GetConstructorWithReflectionPermission System.Reflection.ConstructorInfo
GetLegacyType System.Type
GetTypeImpl System.Type
GetTypeWithReflectionPermission System.Type
GetTypeWithReflectionPermission System.Type
HasAptcaBit bool
InvokeCtorWithReflectionPermission object
IsTypeAllowedInConfig bool
IsTypeFromTrustedAssemblyWithoutAptca bool
VerifyAssignableType System.Type

Приватные методы

Метод Описание
CreateInstanceWithReflectionPermission ( Type type ) : object
CreateInstanceWithReflectionPermission ( string typeString ) : object
GetConstructorWithReflectionPermission ( Type type, Type baseType, bool throwOnError ) : ConstructorInfo
GetLegacyType ( string typeString ) : Type
GetTypeImpl ( string typeString, bool throwOnError ) : Type
GetTypeWithReflectionPermission ( IInternalConfigHost host, string typeString, bool throwOnError ) : Type
GetTypeWithReflectionPermission ( string typeString, bool throwOnError ) : Type
HasAptcaBit ( Assembly assembly ) : bool
InvokeCtorWithReflectionPermission ( ConstructorInfo ctor ) : object
IsTypeAllowedInConfig ( Type t ) : bool
IsTypeFromTrustedAssemblyWithoutAptca ( Type type ) : bool
VerifyAssignableType ( Type baseType, Type type, bool throwOnError ) : Type