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

Exibir arquivo Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
AssemblyRegistry ( IAbsoluteDirectoryPath netEntryPath ) : System
CurrentDomain_AssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly

Private Methods

Method Description
GetFileName ( AssemblyName requestedAssemblyName ) : string
SetupPath ( string path ) : void

Method Details

AssemblyRegistry() public method

public AssemblyRegistry ( IAbsoluteDirectoryPath netEntryPath ) : System
netEntryPath IAbsoluteDirectoryPath
return System

CurrentDomain_AssemblyResolve() public method

public CurrentDomain_AssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly
sender object
args System.ResolveEventArgs
return System.Reflection.Assembly