Hello,
I would like to read out each property of a COM object via reflection:
comObject.GetTy pe().GetPropert ies()
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.GetTy pe().GetPropert ies()
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
Comment