100% Reflective Class Diagram Creation Tool(codeproject.com)
submitted by
jiltedcitizen(563) 5 years, 1 month ago
This article is about using reflection. For those of you that don't know what reflection is, it is the ability to obtain information about a Type of object without really knowing anything about the object type that is being dealt with. For example one could simply ask the current Type of object if it supports a certain method name, if it does, the method can be called. This may sound strange but it is a very powerful technique. Lets suppose that I simply want to look at what methods a class supports, well that is also easily achieved using reflection. .NET allows developers to leverage reflection in many ways. read more...
|category: CLR
|Views: 30
tags:
CodeProject Reflection another
Everyones tags:
Your Tags: