Click or drag to resize

RoslynEvaluatorCompileCode Method

Overload List
  NameDescription
Public methodCode exampleCompileCode(String)
Evaluates (compiles) C# code (script). The C# code is a typical C# code containing a single or multiple class definition(s).
Public methodCode exampleCompileCode(String, CompileInfo)
Evaluates (compiles) C# code (script). The C# code is a typical C# code containing a single or multiple class definition(s).

The method is identical to CompileCode(String) except that it allows specifying the destination assembly file.

Top
See Also