Compiles the source code passed and returns the FIRST Type of the assembly. (Code in C#)
Compiles the source code passed and returns the FIRST Type of the assembly. (Code in C#)
public static Type ClassFromString(string);
Compiles the source code passed and returns the FIRST Type of the assembly.
public static Type ClassFromString(string,NetLanguage);
Compiles the source code passed and returns the Type with the name className. (Code in C#)
public static Type ClassFromString(string,string);
Compiles the source code passed and returns the Type with the name className.
public static Type ClassFromString(string,string,NetLanguage);
ClassBuilder Class | FileHelpers.RunTime Namespace