C# Класс AssemblyVerifier, Cilador

Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

Метод Описание
RunVerifyProcessAndCollectOutput ( string assemblyPath, bool &isVerified, string &output ) : void
Verify ( string unprocessedAssemblyPath, string processedAssemblyPath ) : void

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

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

public static RunVerifyProcessAndCollectOutput ( string assemblyPath, bool &isVerified, string &output ) : void
assemblyPath string
isVerified bool
output string
Результат void

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

public static Verify ( string unprocessedAssemblyPath, string processedAssemblyPath ) : void
unprocessedAssemblyPath string
processedAssemblyPath string
Результат void