InteractiveGlobals Class
This is the set of globals for the REPL. You can add additional methods to the REPL by creating extension methods.
Namespace
Statiq.App
Base Types
  • object
Derived Types
InteractiveGlobals
object
PreviewCommand.PreviewGlobals

Syntax

public class InteractiveGlobals

Constructors

Properties

Methods

Name Return Value Summary
Execute() void
Exit() void
Help() void
Help(object, string) void
Help(Type, string) void
Quit() void

Extension Methods