BioLib  3.6.2
A GUI-less version of Bio .NET library for editing & annotating various microscopy image formats.
Loading...
Searching...
No Matches
BioLib.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 24 of file Fiji.cs.

Constructor & Destructor Documentation

◆ Command()

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

Definition at line 29 of file Fiji.cs.

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

Member Function Documentation

◆ ToString()

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

Definition at line 35 of file Fiji.cs.

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

Property Documentation

◆ Arguments

string BioLib.Fiji.Macro.Command.Arguments
getset

Definition at line 27 of file Fiji.cs.

27{ get; set; }

◆ Description

string BioLib.Fiji.Macro.Command.Description
getset

Definition at line 28 of file Fiji.cs.

28{ get; set; }

◆ Name

string BioLib.Fiji.Macro.Command.Name
getset

Definition at line 26 of file Fiji.cs.

26{ get; set; }

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