Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

CommandDispatcher.cs declarations

Public API declaration excerpts from ../bitquirky-command/Runtime/CommandDispatcher.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-command/Runtime/CommandDispatcher.cs

Source file hash: sha256:9cdad9723b644baddcf5f41bf152f5679d420fe4d4f195b9e7469a8a4419a93f

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 29-103

Declaration hash: sha256:d16a58ce36040686888a6b8cc2aa053ef8c2a90eb68355f9d66671f66c2ffbac

C#
public sealed class CommandDispatcher
{
}

Method: CommandDispatcher(CommandRegistry registry)

Section titled “Method: CommandDispatcher(CommandRegistry registry)”

Original lines: 40-43

Declaration hash: sha256:469e40d873fb5222fab6618f169b58374f2595e2e8c7e202a8a3f44737ce34a2

C#
public CommandDispatcher(CommandRegistry registry);

Original lines: 46-49

Declaration hash: sha256:2140c25550aa747b5d8a6a6430a305c865f6b4d1258b0d1fd945cafdef5417d8

C#
public async Task<string> ExecuteAsync(string commandLine);

Method: ExecuteRawAsync(string commandLine)

Section titled “Method: ExecuteRawAsync(string commandLine)”

Original lines: 52-86

Declaration hash: sha256:58922efbe8771a01ffd2aeb33760cc54a8cd10ad879ba4679c0d55b362a5bdd7

C#
public async Task<object> ExecuteRawAsync(string commandLine);
Full-size image