Click or drag to resize

ClassBuilderClassFromString Method

Overload List
  NameDescription
Public methodStatic memberClassFromString(String)
Compiles the source code passed and returns the FIRST Type of the assembly. (Code in C#)
Public methodStatic memberClassFromString(String, NetLanguage)
Compiles the source code passed and returns the FIRST Type of the assembly.
Public methodStatic memberClassFromString(String, String)
Compiles the source code passed and returns the Type with the name className. (Code in C#)
Public methodStatic memberClassFromString(String, String, NetLanguage, ListAssembly)
Compiles the source code passed and returns the Type with the name className.
Top
See Also