Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1838228
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T06:27:04+00:00 2026-05-17T06:27:04+00:00

I have a C# application which generates .NET functions at run-time and executes them.

  • 0

I have a C# application which generates .NET functions at run-time and executes them.
To do so, it generates C# in strings and calls the online C# compiler to convert it into CLR to be JIT compiled and executed.

For performance reasons, I would like to be able to generate directly CLR (in strings or through an internal representation) and execute it without using any compiler (but perhaps the JIT compiler).

Is that possible ? I’ve seen some articles about code injection, but that doesn’t exactly fits the bill.

Thank you !

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T06:27:05+00:00Added an answer on May 17, 2026 at 6:27 am

    I suspect that System.Reflection.Emit is what you’re after. In particular, if you only want to generate a single method, I believe you should look at DynamicMethod. You can ask it to create an ILGenerator, build the IL, and then it will be JIT compiled when you convert the method into a delegate.

    I don’t believe you can just give it textual IL though… you’ll be using the API, explicitly building various instructions. There may be an IL parser which uses this though…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a small C# ASP.NET web application which generates several PNG image files
We have an ASP.NET web forms application which occasionally generates a validation error like
I have an application which consists of 2 pages. One of those pages generates
I have a simple application which takes a text and password, generates a text
I have an apsx page in the asp.net application, elements of which are built
I have a .NET application that makes calls to a native Win32 DLL using
I have an ASP .net application that calls a webservice. The webservice calls the
I have an ASP.Net application which has an area called 'Customers'. This area has
I have developed a .NET desktop application which uses SQL Server 2005 SP3 Express.
I have an application written in C#.Net (Framework 2.0 if it matters). It calls

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.