ClassBuilderSaveToBinaryFile Method (String) |
Write the ENCRYPTED source code of the current class to a file. (In C#)
Namespace:
FileHelpers.Dynamic
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic void SaveToBinaryFile(
string filename
)
Public Sub SaveToBinaryFile (
filename As String
)
Parameters
- filename
- Type: SystemString
The file to write to.
See Also