C# (CSharp) Evaluator Namespace

Сlasses

Name Description
AssemblyResults Wraps the results of a programmatically-accessed compilation with the warnings generated by the compiler.
CSharpLanguage A basic specification of the syntax of C#
CompilationException An exception class providing access to errors thrown by a programmatically-accessed compiler.
Eval A class providing static methods for the language-independent runtime compilation of .NET source code.
Hack
Language A base class for basic specifications of syntax for individual languages
MethodResults Wraps the results of a programmatically-accessed compilation of a method with the warnings generated by the compiler.
TypeResults Wraps the results of a programmatically-accessed compilation of a Type with the warnings generated by the compiler.
VBLanguage A basic specification of the syntax of VB.NET