C# Класс PeVerifyRunner, Patchwork

A helper class used to execute and provide PEVerify-related services.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

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

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

RunPeVerify() публичный статический Метод

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,