Skip to content

FireGiantBundleApplication Class

Connects to the Burn engine and runs the bundle.

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

FireGiant.BundleApplicationFramework v6.0.1

Runs the bundle application.

public void Run()

The calling assembly will be used as the UI assembly.

Run(System.Reflection.Assembly uiAssembly) Method

Section titled “Run(System.Reflection.Assembly uiAssembly) Method”

Runs the bundle application.

public void Run(
System.Reflection.Assembly uiAssembly
)
ParameterTypeDescription
uiAssemblySystem.Reflection.AssemblyAssembly containing the IBundleUIFactory created when run.