Show / Hide Table of Contents

Class DebugExtensions

Denotes a class with debug helper functions

Inheritance
object
DebugExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NMF.Expressions.Debug
Assembly: NMF.Expressions.Debug.dll
Syntax
public static class DebugExtensions

Methods

| Edit this page View Source

ExportToDgml(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

| Edit this page View Source

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).

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX