Click or drag to resize

ClassBuilderClassFromString Method (String)

Compiles the source code passed and returns the FIRST Type of the assembly. (Code in C#)

Namespace:  FileHelpers.Dynamic
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public static Type ClassFromString(
	string classStr
)

Parameters

classStr
Type: SystemString
The Source Code of the class in C#

Return Value

Type: Type
The Type generated by runtime compilation of the class source.
See Also