C# Class withSIX.Core.Presentation.Bridge.AssemblyRegistry

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Méthodes publiques

Méthode Description
AssemblyRegistry ( IAbsoluteDirectoryPath netEntryPath ) : System
CurrentDomain_AssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly

Private Methods

Méthode Description
GetFileName ( AssemblyName requestedAssemblyName ) : string
SetupPath ( string path ) : void

Method Details

AssemblyRegistry() public méthode

public AssemblyRegistry ( IAbsoluteDirectoryPath netEntryPath ) : System
netEntryPath IAbsoluteDirectoryPath
Résultat System

CurrentDomain_AssemblyResolve() public méthode

public CurrentDomain_AssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly
sender object
args System.ResolveEventArgs
Résultat System.Reflection.Assembly