Goblin - A Platform for 3D AR and VR Applications

Helper.GetGraph Method 

Parses a C# source file into an ANTLR IGraph abstract syntax tree.

public static IGraph GetGraph(
   string path
);

Parameters

path
Path to source file.

Return Value

ANTLR IGraph abstract syntax tree.

See Also

Helper Class | EnC.Watcher Namespace