© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
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#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Generically creating a delegate from a MethodInfo with parameter upcasting
C
C# / help
17mo ago
❔ Building a delegate with a Type and a MethodInfo keeps throwing ArgumentException
C
C# / help
3y ago
❔ TargetParameterCountException when trying to create a delegate from a method
C
C# / help
3y ago
Named tuple on delegate return type [Answered]
C
C# / help
4y ago