C# Class AssemblyVerifier, Cilador

Show file Open project: rileywhite/Cilador Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
RunVerifyProcessAndCollectOutput ( string assemblyPath, bool &isVerified, string &output ) : void
Verify ( string unprocessedAssemblyPath, string processedAssemblyPath ) : void

Method Details

RunVerifyProcessAndCollectOutput() public static method

public static RunVerifyProcessAndCollectOutput ( string assemblyPath, bool &isVerified, string &output ) : void
assemblyPath string
isVerified bool
output string
return void

Verify() public static method

public static Verify ( string unprocessedAssemblyPath, string processedAssemblyPath ) : void
unprocessedAssemblyPath string
processedAssemblyPath string
return void