Click or drag to resize

ClassBuilderClassToBinaryFile Method (String, String)

Encrypt the class source code with the default password and write it to a file.

Namespace:  FileHelpers.Dynamic
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public static void ClassToBinaryFile(
	string filename,
	string classSource
)

Parameters

filename
Type: SystemString
The file name to write to.
classSource
Type: SystemString
The class source to write to
See Also