BioImager  4.9.0
A .NET microscopy imaging application based on Bio library. Supports various microscopes by using imported libraries & GUI automation. Supports XInput game controllers to move stage, take images, run ImageJ macros on images or Bio C# scripts.
Loading...
Searching...
No Matches
BioImager.BioConsole Class Reference
Inheritance diagram for BioImager.BioConsole:

Static Public Attributes

static bool onTab = false
 
static bool useBioformats = false
 
static bool headless = false
 
static bool newTab = false
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used.
 

Detailed Description

Definition at line 4 of file BioConsole.Designer.cs.

Constructor & Destructor Documentation

◆ BioConsole()

BioImager.BioConsole.BioConsole ( )

Definition at line 15 of file BioConsole.cs.

16 {
17 InitializeComponent();
18 }

Member Function Documentation

◆ Dispose()

override void BioImager.BioConsole.Dispose ( bool disposing)
protected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

Definition at line 15 of file BioConsole.Designer.cs.

16 {
17 if (disposing && (components != null))
18 {
19 components.Dispose();
20 }
21 base.Dispose(disposing);
22 }

Member Data Documentation

◆ headless

bool BioImager.BioConsole.headless = false
static

Definition at line 21 of file BioConsole.cs.

◆ newTab

bool BioImager.BioConsole.newTab = false
static

Definition at line 22 of file BioConsole.cs.

◆ onTab

bool BioImager.BioConsole.onTab = false
static

Definition at line 19 of file BioConsole.cs.

◆ useBioformats

bool BioImager.BioConsole.useBioformats = false
static

Definition at line 20 of file BioConsole.cs.


The documentation for this class was generated from the following files: