Show / Hide Table of Contents

Struct ConsoleCommand

Namespace: Wenzil.Console
Assembly: Assembly-CSharp.dll
Syntax
public struct ConsoleCommand

Constructors

| Improve this Doc View Source

ConsoleCommand(String, String, String, ConsoleCommandCallback)

Declaration
public ConsoleCommand(string name, string description, string usage, ConsoleCommandCallback callback)
Parameters
Type Name Description
String name
String description
String usage
ConsoleCommandCallback callback

Properties

| Improve this Doc View Source

callback

Declaration
public ConsoleCommandCallback callback { get; }
Property Value
Type Description
ConsoleCommandCallback
| Improve this Doc View Source

description

Declaration
public string description { get; }
Property Value
Type Description
String
| Improve this Doc View Source

name

Declaration
public string name { get; }
Property Value
Type Description
String
| Improve this Doc View Source

usage

Declaration
public string usage { get; }
Property Value
Type Description
String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX