System Types in Intelliprompt AND Performance

SyntaxEditor for Windows Forms Forum

Posted 19 years ago by Greg Shaffer - Boulder
Avatar
Hi All,

Right now when I look up the definition for a type that exists in the System dlls, I loop through each assemby and search for the type. Then I use reflection to determine what the members are for that type. I find the preformance for this technique to be not so great.

Is there a better way to intelliprompt information for a type that exists in a dll?

Thanks,
Greg

Comments (1)

Posted 19 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Absolutely... have you been using our helper methods for adding items to the member list?

If not, check out this help topic:
SyntaxEditor General Features / IntelliPrompt Member List / Using the AddReflectionForTypeMembers Helper Method

That tells you how to automatically populate members for a given Type. It's extremely configurable.

Also check out the class library documentation for:
IntelliPromptMemberList.AddReflectionForTypeMembers Method


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.