© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•4y ago•
3 replies
Thinker

Create a `Delegate` from a `MethodInfo` [Answered]

I need to create a
Delegate
Delegate
(the class) from a
MethodInfo
MethodInfo
. I know
MethodInfo.CreateDelegate
MethodInfo.CreateDelegate
exists, but that is specifically for turning it into a delegate matching the method signature, and I can't find anything about creating specifically a
Delegate
Delegate
.
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Generically creating a delegate from a MethodInfo with parameter upcasting
C#CC# / help
17mo ago
❔ Building a delegate with a Type and a MethodInfo keeps throwing ArgumentException
C#CC# / help
3y ago
❔ TargetParameterCountException when trying to create a delegate from a method
C#CC# / help
3y ago
Named tuple on delegate return type [Answered]
C#CC# / help
4y ago