CellexalVR  0.13.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.
aliasesOne or more ways to refer to this method from the console.

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