F
Frank Rizzo
Ok, I've heard all about reflection.
How do I print out the results for all the properties on this object:
System.Reflection.Assembly.GetExecutingAssembly().GetName()
I don't want a list of properties, but a list of values for the properties.
Thanks
How do I print out the results for all the properties on this object:
System.Reflection.Assembly.GetExecutingAssembly().GetName()
I don't want a list of properties, but a list of values for the properties.
Thanks