BioGTK  5.4.1
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images. Including whole slide, pyramidal, and series.
Loading...
Searching...
No Matches
BioGTK.Fiji.Macro.Command Class Reference

Public Member Functions

 Command (string name, string args, string description)
 
override string ToString ()
 

Properties

string Name [get, set]
 
string Arguments [get, set]
 
string Description [get, set]
 

Detailed Description

Definition at line 23 of file Fiji.cs.

Constructor & Destructor Documentation

◆ Command()

BioGTK.Fiji.Macro.Command.Command ( string name,
string args,
string description )

Definition at line 28 of file Fiji.cs.

29 {
30 Name = name;
31 Arguments = args;
32 Description = description;
33 }

Member Function Documentation

◆ ToString()

override string BioGTK.Fiji.Macro.Command.ToString ( )

Definition at line 34 of file Fiji.cs.

35 {
36 return Name.ToString();
37 }

Property Documentation

◆ Arguments

string BioGTK.Fiji.Macro.Command.Arguments
getset

Definition at line 26 of file Fiji.cs.

26{ get; set; }

◆ Description

string BioGTK.Fiji.Macro.Command.Description
getset

Definition at line 27 of file Fiji.cs.

27{ get; set; }

◆ Name

string BioGTK.Fiji.Macro.Command.Name
getset

Definition at line 25 of file Fiji.cs.

25{ get; set; }

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