TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
jppollak
NA
6
0
How do you get summary info for a method using Reflection
Feb 6 2005 2:48 PM
Hi All, I am building a dynamic properties window similar to that found in Visual Studio. Using reflection I have been able to display all of the properties and methods for any of my objects or classes. What I would like to do next is display the summary info for each method or property. Anyone have any ideas as to how to do this? By summary info, I mean the info defined by: ///
/// Description of function..... ///
public void TestFunction() Since this info is displayed in the Visual Studio properties window and is also accessible when typing "object." I was hoping I would be able to access this through code. Thanks in advance! JP
Reply
Answers (
2
)
how to delete files from a folder using code in VB.net
How to Embed an Icon at run time