CommandIterator.GetName Method

Retrieves the command's name.

void GetName(char[] buffer, int maxlen)

Parameters

char[] buffer

Buffer to copy to.

int maxlen

Maximum size of the buffer.

Errors

Invalid iterator position.