C# Class AppSecInc.ProcessDomain.AssemblyResolver

Inheritance: System.MarshalByRefObject
Afficher le fichier Open project: legendary-code/process-domain Class Usage Examples

Méthodes publiques

Méthode Description
AssemblyResolver ( string>.Dictionary map ) : System
InitializeLifetimeService ( ) : object
Setup ( ) : void
TearDown ( ) : void

Private Methods

Méthode Description
FindAssemblyName ( string name ) : string
PublicKeysTokenEqual ( byte lhs, byte rhs ) : bool
ReflectionOnlyResolve ( object sender, ResolveEventArgs args ) : Assembly
Resolve ( object sender, ResolveEventArgs args ) : Assembly

Method Details

AssemblyResolver() public méthode

public AssemblyResolver ( string>.Dictionary map ) : System
map string>.Dictionary
Résultat System

InitializeLifetimeService() public méthode

public InitializeLifetimeService ( ) : object
Résultat object

Setup() public méthode

public Setup ( ) : void
Résultat void

TearDown() public méthode

public TearDown ( ) : void
Résultat void