Skip to main content

Command

Assembly: ServiceStack.Common.dll
View Source
Declaration
public class Command

Properties

Name

View Source
Declaration
public string Name { get; set; }

Original

View Source
Declaration
public ReadOnlyMemory<char> Original { get; set; }

Args

View Source
Declaration
public List<ReadOnlyMemory<char>> Args { get; }

Suffix

View Source
Declaration
public ReadOnlyMemory<char> Suffix { get; set; }

Methods

IndexOfMethodEnd(ReadOnlyMemory<Char>, Int32)

View Source
Declaration
public int IndexOfMethodEnd(ReadOnlyMemory<char> commandsString, int pos)
Returns

System.Int32

Parameters
TypeName
ReadOnlyMemory<System.Char>commandsString
System.Int32pos

ToDebugString()

View Source
Declaration
public virtual string ToDebugString()
Returns

System.String

ToString()

View Source
Declaration
public override string ToString()
Returns

System.String

AsMemory()

View Source
Declaration
public ReadOnlyMemory<char> AsMemory()
Returns

ReadOnlyMemory<System.Char>