Click or drag to resize

ClassBuilderClassFromBinaryFile Method (String)

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
)

Parameters

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

Return Value

Type: Type
The compiled class.
See Also