CommandHost.cs declarations
Public API declaration excerpts from ../bitquirky-command/Runtime/CommandHost.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-command/Runtime/CommandHost.cs
Source file hash: sha256:96b334758fe818cc7cd86969c8541d83c8d4abb1a496d6aa3b416dc9e07aa6a9
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: CommandHost
Section titled “Type: CommandHost”Original lines: 23-52
Declaration hash: sha256:a4dfda28c18d15ae79923f7c5ca81d57ae741efbea68460926c7de74b6176044
public sealed class CommandHost : MonoBehaviour{}Property: Registry
Section titled “Property: Registry”Original lines: 29
Declaration hash: sha256:5bd207759e1ac402faae852ec5128b4bea856e266bc8a774f2a43629c01c67d9
public CommandRegistry Registry { get; }Method: Register(object target)
Section titled “Method: Register(object target)”Original lines: 32-35
Declaration hash: sha256:020e32487e4420c931f8ede2c94ceb51252e185b801607177c12e992d80abb17
public void Register(object target);Method: ExecuteAsync(string commandLine)
Section titled “Method: ExecuteAsync(string commandLine)”Original lines: 38-42
Declaration hash: sha256:70b86c88e874a31333a75d6159115d967c7952346a83c69e4ab1cf0c4a34545c
public Task<string> ExecuteAsync(string commandLine);