Click or drag to resize

CodeUnitParseResolveLog Method

Parse and optionally resolve the CodeUnit (or fragment), and log statistics if requested.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void ParseResolveLog(
	LoadOptions loadOptions,
	Action<LoadStatus, CodeObject> statusCallback
)

Parameters

loadOptions
Type: Nova.CodeDOMLoadOptions
statusCallback
Type: SystemActionLoadStatus, CodeObject
See Also