C# Class IrcShark.ExtensionAnalyzer

Analyze a .NET dll to find exntesions in it.
Afficher le fichier Open project: hapm/IrcShark Class Usage Examples

Méthodes publiques

Méthode Description
ExtensionAnalyzer ( FileInfo fileToAnalyze ) : System
ExtensionAnalyzer ( string fileToAnalyze, string recoveryPathes ) : System

Initializes a new instance of the ExtensionAnalyzer class for the given dll file.

Private Methods

Méthode Description
CreateAnalyzerDomain ( ) : AppDomain
CreateAnalyzerDomain ( string recoveryPathes ) : AppDomain

Creates an AppDomain for analyzation purpose.

The created AppDomain has very low permissions and is unloaded after analyzation is done.

Method Details

ExtensionAnalyzer() public méthode

public ExtensionAnalyzer ( FileInfo fileToAnalyze ) : System
fileToAnalyze System.IO.FileInfo
Résultat System

ExtensionAnalyzer() public méthode

Initializes a new instance of the ExtensionAnalyzer class for the given dll file.
public ExtensionAnalyzer ( string fileToAnalyze, string recoveryPathes ) : System
fileToAnalyze string The path to the file to analyze.
recoveryPathes string
Résultat System