C# Класс IrcShark.ExtensionAnalyzer

Analyze a .NET dll to find exntesions in it.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ExtensionAnalyzer ( FileInfo fileToAnalyze ) : System
ExtensionAnalyzer ( string fileToAnalyze, string recoveryPathes ) : System

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

Приватные методы

Метод Описание
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.

Описание методов

ExtensionAnalyzer() публичный Метод

public ExtensionAnalyzer ( FileInfo fileToAnalyze ) : System
fileToAnalyze System.IO.FileInfo
Результат System

ExtensionAnalyzer() публичный Метод

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
Результат System