public class ApplicationCommandParser : IApplicationCommandParser
Public Class ApplicationCommandParser
Implements IApplicationCommandParser
public ref class ApplicationCommandParser : IApplicationCommandParser
type ApplicationCommandParser =
class
interface IApplicationCommandParser
end
ApplicationCommandParser | Инициализирует новый экземпляр класса ApplicationCommandParser |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
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) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
Parse | Выполняет разбор заданных аргументов командной строки на параметры. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
TryParseCommand | Выполняет разбор заданного аргумента командной строки. Возвращает команду, соответствующую аргументу, или null, если подходящая команда не найдена. |
WithoutParams | Выполняет разбор команды без параметров. Возвращает команду, если имя команды в командной строке равно commandName, или null в противном случае. |
WithParams | Выполняет разбор команды с заданным именем и параметрами. Возвращает команду, если имя команды в командной строке равно commandName, или null в противном случае. |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |