C# Class Spring.Context.Attributes.ReflectionOnlyUtils

Utilities to provide support for manipulating ReflectionOnly types in the AppDomain.
Mostrar archivo Open project: spring-projects/spring-net-codeconfig

Public Methods

Method Description
ReflectionOnlyLoadWithPartialName ( string partialName ) : Assembly

Load the Assembly into the ReflectionsOnly context based on its partial name.

Private Methods

Method Description
EnumerateCache ( ) : AssemblyName
InternalLoad ( ) : Assembly
ReflectionOnlyLoadWithPartialName ( string partialName, Evidence securityEvidence ) : Assembly
nLoad ( ) : Assembly

Method Details

ReflectionOnlyLoadWithPartialName() public static method

Load the Assembly into the ReflectionsOnly context based on its partial name.
public static ReflectionOnlyLoadWithPartialName ( string partialName ) : Assembly
partialName string The partial name.
return System.Reflection.Assembly