public sealed class CommandDispatcher : ICommandDispatcher
Public NotInheritable Class CommandDispatcher
Implements ICommandDispatcher
public ref class CommandDispatcher sealed : ICommandDispatcher
[<SealedAttribute>]
type CommandDispatcher =
class
interface ICommandDispatcher
end
CommandDispatcher | Инициализирует новый экземпляр класса CommandDispatcher |
DeregisterTCommand | Осуществляет удаление регистрации обработчика команды |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
ExecuteAsync | Вызывает исполнение команды |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
IsRegisteredTCommand | Осуществляет проверку наличия обработчика для команды |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
Register | Осуществляет регистрацию обработчика команды |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
TryGetHandlerTCommand | Осуществляет попытку получения обработчика для команды TCommand |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |