C# Class Eto.Designer.AssemblyResolver

Inheritance: IDisposable
Afficher le fichier Open project: picoe/Eto Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Register ( IEnumerable files, AppDomain domain = null ) : IDisposable
Register ( string file, AppDomain domain = null ) : IDisposable

Private Methods

Méthode Description
Resolve ( object sender, ResolveEventArgs args ) : Assembly

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Register() public static méthode

public static Register ( IEnumerable files, AppDomain domain = null ) : IDisposable
files IEnumerable
domain System.AppDomain
Résultat IDisposable

Register() public static méthode

public static Register ( string file, AppDomain domain = null ) : IDisposable
file string
domain System.AppDomain
Résultat IDisposable