C# Class fitSharp.Machine.Application.AssemblyLoadFailureHandler

Handles cases where an Assembly.LoadFrom() fails, potentially due to attempting to load external dependencies.
Afficher le fichier Open project: jediwhale/fitsharp Class Usage Examples

Méthodes publiques

Méthode Description
AddFolder ( string folderName ) : void
EnableAssemblyResolutionHandling ( ) : void

Private Methods

Méthode Description
AssemblyLoadFailureHandler ( ) : System
LoadFromSameFolder ( object sender, ResolveEventArgs args ) : Assembly

Method Details

AddFolder() public static méthode

public static AddFolder ( string folderName ) : void
folderName string
Résultat void

EnableAssemblyResolutionHandling() public static méthode

public static EnableAssemblyResolutionHandling ( ) : void
Résultat void