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

Dynamic Method Dispatcher

Rate me:
Please Sign up or sign in to vote.
4.98/5 (74 votes)
16 Apr 2012CPOL23 min read 135K   1.4K   114  
No more long switch statements!

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SA.Universal.Technology", "SA.Universal.Technology\SA.Universal.Technology.2010.csproj", "{0B00237F-9D19-4D3C-8AF0-A1DC5D9301AF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestMessageDispatching", "TestMessageDispatching\TestMessageDispatching.2010.csproj", "{45C06821-465C-4163-88A0-0C9F9CFC8016}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{0B00237F-9D19-4D3C-8AF0-A1DC5D9301AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{0B00237F-9D19-4D3C-8AF0-A1DC5D9301AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{0B00237F-9D19-4D3C-8AF0-A1DC5D9301AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{0B00237F-9D19-4D3C-8AF0-A1DC5D9301AF}.Release|Any CPU.Build.0 = Release|Any CPU
		{45C06821-465C-4163-88A0-0C9F9CFC8016}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{45C06821-465C-4163-88A0-0C9F9CFC8016}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{45C06821-465C-4163-88A0-0C9F9CFC8016}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{45C06821-465C-4163-88A0-0C9F9CFC8016}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	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
Architect
United States United States
Physics, physical and quantum optics, mathematics, computer science, control systems for manufacturing, diagnostics, testing, and research, theory of music, musical instruments… Contact me: https://www.SAKryukov.org

Comments and Discussions