Click or drag to resize

ClassBuilderClassFromBinaryFile Method (String, NetLanguage)

Create a class from a encrypted source file with the default password

Namespace:  FileHelpers.Dynamic
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public static Type ClassFromBinaryFile(
	string filename,
	NetLanguage lang
)

Parameters

filename
Type: SystemString
The filename with the source of the class.
lang
Type: FileHelpersNetLanguage
The language used to compile the class.

Return Value

Type: Type
The compiled class.
See Also