프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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.
|
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, |