Метод |
Описание |
|
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 |
|
|