Click here to Skip to main content
15,879,326 members
Articles / Programming Languages / C#

Run-Time Code Generation II: Invoke Methods using System.Reflection

Rate me:
Please Sign up or sign in to vote.
2.74/5 (18 votes)
18 Jan 2006CPOL1 min read 73K   370   34  
Invoke methods using System.Reflection
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RunTimeMethodInvokation", "RunTimeMethodInvokation.csproj", "{7EA62758-F8C3-4BC0-BC56-36834A71CB52}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{7EA62758-F8C3-4BC0-BC56-36834A71CB52}.Debug.ActiveCfg = Debug|.NET
		{7EA62758-F8C3-4BC0-BC56-36834A71CB52}.Debug.Build.0 = Debug|.NET
		{7EA62758-F8C3-4BC0-BC56-36834A71CB52}.Release.ActiveCfg = Release|.NET
		{7EA62758-F8C3-4BC0-BC56-36834A71CB52}.Release.Build.0 = Release|.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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Germany Germany
I am currently student at the university of Karlsruhe and working on my master thesis at the IT-Management and Web Engineering Research Group within the institute of telematics.

Comments and Discussions