All Tags »
.NET C# »
Reflection (RSS)
Sorry, but there are no more tags available to filter with.
-
I would like to determine which objects are present in an IObjectSet, using Reflection. I folund the reflection example source, but it assumes that the object type is known. What I want to do is to write a method getting an IObjectSet parameter, then find out information about it. I need the object type and its properties.
Could you give ...