© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
5 replies
hugeman

❔ Invoking internal methods without reflection?

I'm trying to enable virtualization for a custom TreeView type in WPF, but it requires that I invoke a bunch of methods and access fields that are all internal, such as UncommonField. Is there an easier way to invoke this stuff without using reflection? Having to manually write out all the type names is gonna take forever 😦
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Debugging internal WPF methods
C#CC# / help
4w ago
Accessing private methods when using Reflection.Emit and AssemblyBuilder
C#CC# / help
2y ago
Is there a way to call generic methods through Type (from typeof or GetType) (without reflection)
C#CC# / help
4y ago
❔ System.Reflection
C#CC# / help
4y ago