Class DebugExtensions
Denotes a class with debug helper functions
Inherited Members
Namespace: NMF.Expressions.Debug
Assembly: NMF.Expressions.Debug.dll
Syntax
public static class DebugExtensions
Methods
| Edit this page View SourceExportToDgml(INotifiable, string)
Exports the provided notifiable node to DGML and saves it
Declaration
public static void ExportToDgml(this INotifiable node, string path)
Parameters
Type | Name | Description |
---|---|---|
INotifiable | node | The DDG node to export |
string | path | The path where to export the file to |
Visualize(INotifiable)
Visualizes the provided DDG node
Declaration
[Conditional("DEBUG")]
public static void Visualize(this INotifiable node)
Parameters
Type | Name | Description |
---|---|---|
INotifiable | node | The DDG node to visualize |
Remarks
This will generate a DGML file and open it. Therefore, a DGML viewer must be installed (e.g. Visual Studio with the required packages).