Click or drag to resize

CodeUnitSaveAs Method

Save the CodeUnit to the specified file name.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void SaveAs(
	string fileName
)

Parameters

fileName
Type: SystemString

Implements

IFileSaveAs(String)
See Also