Table of Contents

Class Program

Namespace
CSF.Screenplay.JsonToHtmlReport
Assembly
CSF.Screenplay.JsonToHtmlReport.dll

The main entry point class for the JSON to HTML report converter application.

public static class Program
Inheritance
Program
Inherited Members

Methods

Main(string[])

The main entry point method for the JSON to HTML report converter application.

public static void Main(string[] args)

Parameters

args string[]

The command-line arguments.

Remarks

This method scaffolds the application using the Generic Host pattern, then runs that host. This method is available only when the project is built as an executable. It is unavailable for the netstandard2.0 target framework.