|
| | Command (string name, string args, string description) |
| |
| override string | ToString () |
| |
◆ Command()
| BioLib.Fiji.Macro.Command.Command |
( |
string | name, |
|
|
string | args, |
|
|
string | description ) |
44 {
45 Name = name;
46 Arguments = args;
47 Description = description;
48 }
◆ ToString()
| override string BioLib.Fiji.Macro.Command.ToString |
( |
| ) |
|
50 {
51 return Name.ToString();
52 }
◆ Arguments
| string BioLib.Fiji.Macro.Command.Arguments |
|
getset |
◆ Description
| string BioLib.Fiji.Macro.Command.Description |
|
getset |
◆ Name
| string BioLib.Fiji.Macro.Command.Name |
|
getset |
The documentation for this class was generated from the following file: