- Home
- ASP And ASP.NET
- Dynamically Using Methods in ASP.NET
Dynamically Using Methods in ASP.NET
- By Jhon Mark
- Published 01/2/2007
- ASP And ASP.NET
- Unrated
Jhon Mark
View all articles by Jhon Mark
There are a lot of little known features in .NET that can sometimes prove useful in the line of duty, calling methods is one of them. Have you ever needed to get more information about a method through code? For example, is it public, what does it belong to, what are it's parameters?
You can do all of this through code and it's quite easy.
This article will show you about information stored in a Type as well as the MethodInfo class and how they can be used to look at and even execute a method without actually calling it yourself.
Spread The Word
Article Series
This article is part 3 of a 3 part series. Other articles in this series are shown below:
-
Dynamically Using Methods in ASP.NET

