Click or drag to resize

ClassBuilderClassToBinaryFile Method (String, String, String)

Encrypt the class source code with the given 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,
	string password
)

Parameters

filename
Type: SystemString
The file name to write to
classSource
Type: SystemString
The class source to write to
password
Type: SystemString
The password with which to encrypt the file
Remarks
Edited by: Shreyas Narasimhan (17 March 2010)
See Also