BioImager  3.9.1
A .NET microscopy imaging library. Supports various microscopes by using imported libraries & GUI automation. Supported libraries include PriorĀ® & ZeissĀ® & all devices supported by Micromanager 2.0 and python-microscope.
Loading...
Searching...
No Matches
BioImager.Recorder Class Reference
Inheritance diagram for BioImager.Recorder:

Static Public Member Functions

static void AddLine (string s)
 

Static Public Attributes

static string log
 
static Recorder recorder = null
 
static bool recordMicroscope = true
 

Protected Member Functions

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

Detailed Description

Definition at line 13 of file Recorder.cs.

Constructor & Destructor Documentation

◆ Recorder()

BioImager.Recorder.Recorder ( )

Definition at line 22 of file Recorder.cs.

23 {
24 InitializeComponent();
25 }

Member Function Documentation

◆ AddLine()

static void BioImager.Recorder.AddLine ( string  s)
static

Definition at line 16 of file Recorder.cs.

17 {
18 log += s + Environment.NewLine;
19 }

◆ Dispose()

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

Clean up any resources being used.

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

Definition at line 14 of file Recorder.Designer.cs.

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

Member Data Documentation

◆ log

string BioImager.Recorder.log
static

Definition at line 15 of file Recorder.cs.

◆ recorder

Recorder BioImager.Recorder.recorder = null
static

Definition at line 20 of file Recorder.cs.

◆ recordMicroscope

bool BioImager.Recorder.recordMicroscope = true
static

Definition at line 21 of file Recorder.cs.


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