Skip to content
#

systems-programming

Here are 93 public repositories matching this topic...

IL2C
bencz
bencz commented Apr 11, 2020

Are there any plans to implement the reflection system in the project, if so, do you have any idea how it will work to generate methods and classes at runtime, and execute this code?

For exemple, if we have this code:

    static void Main(string[] args)
    {
        const string AssemblyName = "HelloWorld.dll";
        var assembly = AssemblyBuilder.DefineDynamicAssembly(

💻 This repository provides solutions to most of the programming questions in the exercise given at the back of chapters for Bao Ji's Book (text book for course "Comp. Organization & Assembly Lang. EE213" at FAST). Sharing these with you, so that they might help you in understanding the concepts.

  • Updated Mar 7, 2020
  • Assembly

Improve this page

Add a description, image, and links to the systems-programming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the systems-programming topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.