CellexalVR  1.1.0
A virtual reality platform for the exploration and analysis of single-cell gene expression data
CellexalVR.DesktopUI.ConsoleCommandAttribute Class Reference

Attribute to mark methods as runnable using the in-app console interface. More...

Inheritance diagram for CellexalVR.DesktopUI.ConsoleCommandAttribute:

Public Member Functions

 ConsoleCommandAttribute (string access, string folder="", params string[] aliases)
 Marks a method as runnable in the console. More...
 

Properties

string Access [get]
 
string Folder [get]
 
string[] Aliases [get]
 

Detailed Description

Attribute to mark methods as runnable using the in-app console interface.

Constructor & Destructor Documentation

◆ ConsoleCommandAttribute()

CellexalVR.DesktopUI.ConsoleCommandAttribute.ConsoleCommandAttribute ( string  access,
string  folder = "",
params string[]  aliases 
)

Marks a method as runnable in the console.

Parameters
accessThe name of a field in the ReferenceManager to access this method from. Case sensitive.
folder(Used only if this command should autocomplete a filename) The folder that this command reads files from (if any). Use "%CURRENT_LOADED_DATA%" for a path to the currently loaded dataset.
aliasesOne or more ways to refer to this method from the console.

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