Click or drag to resize

ClassBuilderSaveToSourceFile Method (String)

Write the source code of the current class to a file. (In C#)

Namespace:  FileHelpers.Dynamic
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public void SaveToSourceFile(
	string filename
)

Parameters

filename
Type: SystemString
The file to write to.
See Also