Click or drag to resize
App Class
Utilities for executing the Liquid application.
Inheritance Hierarchy
SystemObject
  Microsoft.Research.LiquidApp

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type App =  class end

The App type exposes the following members.

Methods
  NameDescription
Public methodStatic memberRunLiquid
The main routine for running Liquid. This function gets the command-line parameters from the environment, parses them, and executes the requested Liquid method.
Top
See Also