Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
RunPeVerify ( AssemblyDefinition targetAssembly, PEVerifyInput input ) : PEVerifyOutput, |
Executes the bundled PEVerify executable on the specified assembly by first serializing it to file. PEVerify is an unmanaged, Windows-only application.
|
public static RunPeVerify ( AssemblyDefinition targetAssembly, PEVerifyInput input ) : PEVerifyOutput, | ||
targetAssembly | AssemblyDefinition | The assembly on which to run PEVerify. |
input | PEVerifyInput | The arguments with which to run PEVerify and process its output. |
Результат | PEVerifyOutput, |