CSharpScriptExecution.CompileClass

This method compiles a class and hands back a dynamic reference to that class that you can call members on.

public object CompileClass(string code)

Return Value

Instance of that class or null

Parameters

code
Fully self-contained C# class


See also:

Class CSharpScriptExecution

© West Wind Technologies, 1996-2019 • Updated: 02/25/19
Comment or report problem with topic