CommandDispatcher.cs declarations
Public API declaration excerpts from ../bitquirky-command/Runtime/CommandDispatcher.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: CommandDispatcher
Section titled “Type: CommandDispatcher”Original lines: 29-103
Declaration hash: sha256:d16a58ce36040686888a6b8cc2aa053ef8c2a90eb68355f9d66671f66c2ffbac
public sealed class CommandDispatcher{}Method: CommandDispatcher(CommandRegistry registry)
Section titled “Method: CommandDispatcher(CommandRegistry registry)”Original lines: 40-43
Declaration hash: sha256:469e40d873fb5222fab6618f169b58374f2595e2e8c7e202a8a3f44737ce34a2
public CommandDispatcher(CommandRegistry registry);Method: ExecuteAsync(string commandLine)
Section titled “Method: ExecuteAsync(string commandLine)”Original lines: 46-49
Declaration hash: sha256:2140c25550aa747b5d8a6a6430a305c865f6b4d1258b0d1fd945cafdef5417d8
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
public async Task<object> ExecuteRawAsync(string commandLine);