FireGiantBundleApplication Class
Connects to the Burn engine and runs the bundle.
Methods
Section titled “Methods”| Method | Description |
|---|---|
| Run() | Runs the bundle application. |
| Run(System.Reflection.Assembly) | Runs the bundle application. |
FireGiant.BundleApplicationFramework v6.0.1
Run() Method
Section titled “Run() Method”Runs the bundle application.
Declaration
Section titled “Declaration”public void Run()Remarks
Section titled “Remarks”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.
Declaration
Section titled “Declaration”public void Run( System.Reflection.Assembly uiAssembly)Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
| uiAssembly | System.Reflection.Assembly | Assembly containing the IBundleUIFactory created when run. |