I asked earlier about the same question , but that was in java ....now for knowledge, I want to know ...
Is it possible to run one C # code with another C # code?
bcz I know that C # is very powerful, so there may be some way to do it.
This is the same deal:
CSharpCodeProvider
If you download Snippy from the C # website in depth, you can see a small example of this - basically you enter snippets from C #, and it can compile and execute them for you.
, , ; MS.NET, CSharpCodeProvider , , , , " " .
Mono, , REPL.
( ):
// First setup the active using statements: Evaluator.Run ("using System;"); Evaluator.Run ("Console.WriteLine (\"Hello, World\");
There is a CodeDom namespace for this. Check out this article.
Source: https://habr.com/ru/post/1751170/More articles:Correct syntax for accessing an array of c-style objects via objective-c messaging? - cIn Amazon EC2, how do I make python script run when I "clone" this instance? - pythonTree Library for C - cStatus information is invalid for this page and may be corrupted - internet-explorerFlex ignores changes to services-config.xml - flexLinux ext2 file system, why is there a delete time? - linuxProblem with Media Player base on iOS4 and iOS3 deployment - iphoneAD0.NET Entity Framework 4.0 or Linq-to-SQL - linqHow to run java code using java code? - javased + нужно удалить каждую строку в файле, начинающуюся С### - sedAll Articles