Метод | Описание | |
---|---|---|
ExtensionAnalyzer ( |
||
ExtensionAnalyzer ( string fileToAnalyze, string recoveryPathes ) : System |
Initializes a new instance of the ExtensionAnalyzer class for the given dll file.
|
Метод | Описание | |
---|---|---|
CreateAnalyzerDomain ( ) : |
||
CreateAnalyzerDomain ( string recoveryPathes ) : |
Creates an AppDomain for analyzation purpose. The created AppDomain has very low permissions and is unloaded after analyzation is done. |
public ExtensionAnalyzer ( |
||
fileToAnalyze | ||
Результат | System |
public ExtensionAnalyzer ( string fileToAnalyze, string recoveryPathes ) : System | ||
fileToAnalyze | string | The path to the file to analyze. |
recoveryPathes | string | |
Результат | System |