C# 클래스 AssemblyVerifier, Cilador

파일 보기 프로젝트 열기: rileywhite/Cilador 1 사용 예제들

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