Click or drag to resize

ClassBuilderClassFromSourceFile Method (String)

Create a class from a source file.

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

Parameters

filename
Type: SystemString
The filename with the source of the class.

Return Value

Type: Type
The compiled class.
See Also