Skip to content

FireGiantBundleApplication Class

Connects to the Burn engine and runs the bundle.

Methods

MethodDescription
Run()Runs the bundle application.
Run(System.Reflection.Assembly)Runs the bundle application.

FireGiant.BundleApplicationFramework v6.0.1

Run() Method

Runs the bundle application.

Declaration

public void Run()

Remarks

The calling assembly will be used as the UI assembly.

Run(System.Reflection.Assembly uiAssembly) Method

Runs the bundle application.

Declaration

public void Run(
System.Reflection.Assembly uiAssembly
)

Parameters

ParameterTypeDescription
uiAssemblySystem.Reflection.AssemblyAssembly containing the IBundleUIFactory created when run.