Home
Releases
Discussions
Issue Tracker
Source Code
Stats
People
License
RSS RSS Feed
Search Wiki:
[TestMethod]
[DeploymentItem("GoodAssembly.il")]
public void VerifyAssemblyViaFileInfo()
{
	AssemblyCreator.Create("GoodAssembly.il", "/dll");
	AssemblyVerification.Verify(new FileInfo("GoodAssembly.dll"));
}


Project Description
This is a simple wrapper around peverify. The nice thing about this assembly is that you can verify dynamic assemblies (generated via Reflection.Emit) directly in code so you'll know right away if something's wrong with your emitted code.
Last edited Jan 18 at 1:09 AM  by jasonrbock, version 3
Comments
No comments yet.

Updating...