Am using System.Reflection to read the assembly.
If the class has 3 partial classes, in the assembly Only one class with all the properties and methods of all the partial classes can be is seen .
I have to look at the classes, if the class is partial or not I will have to set up some other logic.
Thanks