Posted 19 years ago
by Greg Shaffer
- Boulder
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
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