J
John S
Can anyone explain reflection and possibly show a good coding example (other
than the Miscosoft samples)?
than the Miscosoft samples)?
John S said:Can anyone explain reflection and possibly show a good coding example (other
than the Miscosoft samples)?
Pesc said:For example, using GetType() method with parameters of the Type class.
Pesc said:The most simple and Java-similar: GetType method with a string
containing class & namespace name.