Hi everyone,
I am trying to obtain the list of members for a type passed of parameted to the AddReflectionForTypeMembers method. My problem is that all the members are returned less the contructors. Can someone tell me why this method doesn't return the constructurs? The code that I have used to obtain the list of members is the following:
I am trying to obtain the list of members for a type passed of parameted to the AddReflectionForTypeMembers method. My problem is that all the members are returned less the contructors. Can someone tell me why this method doesn't return the constructurs? The code that I have used to obtain the list of members is the following:
memberList.AddReflectionForTypeMembers(type, IntelliPromptTypeMemberFlags.AllMemberTypes
| IntelliPromptTypeMemberFlags.Instance | IntelliPromptTypeMemberFlags.Static
| IntelliPromptTypeMemberFlags.Family | IntelliPromptTypeMemberFlags.Public);