N
Norbert Pürringer
Hello,
I would like to read out each property of a COM object via reflection:
comObject.GetType().GetProperties()
Instead of getting a list of properties, GetProperties returns an
array of 0 PropertyInfo objects. Is reflection only possible for
normal C# objects?
Thank you,
Norbert
I would like to read out each property of a COM object via reflection:
comObject.GetType().GetProperties()
Instead of getting a list of properties, GetProperties returns an
array of 0 PropertyInfo objects. Is reflection only possible for
normal C# objects?
Thank you,
Norbert