C# Class Verifier, Fody

ファイルを表示 Open project: Fody/Fody Class Usage Examples

Public Methods

Method Description
Verify ( string beforeAssemblyPath, string afterAssemblyPath ) : void

Private Methods

Method Description
GetPathToPeVerify ( ) : string
TrimLineNumbers ( string foo ) : string
Validate ( string assemblyPath2 ) : string

Method Details

Verify() public static method

public static Verify ( string beforeAssemblyPath, string afterAssemblyPath ) : void
beforeAssemblyPath string
afterAssemblyPath string
return void