Click here to Skip to main content
15,885,757 members
Articles / Desktop Programming / MFC

A .NET assembly viewer

Rate me:
Please Sign up or sign in to vote.
4.88/5 (55 votes)
28 Nov 20028 min read 303.4K   15.8K   166  
An application to examine .NET assemblies both directly and with reflection
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Asmex", "Asmex.csproj", "{831F528E-1F16-413F-9D55-1A852D7D6CB3}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = ObjViewer
		ConfigName.2 = Release
		ConfigName.3 = test
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{831F528E-1F16-413F-9D55-1A852D7D6CB3}.Debug.ActiveCfg = Debug|.NET
		{831F528E-1F16-413F-9D55-1A852D7D6CB3}.Debug.Build.0 = Debug|.NET
		{831F528E-1F16-413F-9D55-1A852D7D6CB3}.ObjViewer.ActiveCfg = ObjViewer|.NET
		{831F528E-1F16-413F-9D55-1A852D7D6CB3}.ObjViewer.Build.0 = ObjViewer|.NET
		{831F528E-1F16-413F-9D55-1A852D7D6CB3}.Release.ActiveCfg = Release|.NET
		{831F528E-1F16-413F-9D55-1A852D7D6CB3}.Release.Build.0 = Release|.NET
		{831F528E-1F16-413F-9D55-1A852D7D6CB3}.test.ActiveCfg = test|.NET
		{831F528E-1F16-413F-9D55-1A852D7D6CB3}.test.Build.0 = test|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United Kingdom United Kingdom
My interests are software engineering, Japanese, and talking about how good things used to be back in the good old days.

URL: http://www.jbrowse.com
Favorite Toy: http://www.ruby-lang.org


Comments and Discussions