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
graph BT Type-->Base0["object"] Type["InteractiveGlobals"] class Type type-node Derived0["PreviewCommand.PreviewGlobals"]-->Type click Derived0 "/api/Statiq.Web.Commands/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