C# 클래스 IrcShark.ExtensionAnalyzer

Analyze a .NET dll to find exntesions in it.
파일 보기 프로젝트 열기: hapm/IrcShark 1 사용 예제들

공개 메소드들

메소드 설명
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