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
Syntaxpublic static void ClassToBinaryFile(
string filename,
string classSource,
string password
)
Public Shared Sub ClassToBinaryFile (
filename As String,
classSource As String,
password As String
)
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
RemarksEdited by: Shreyas Narasimhan (17 March 2010)
See Also