[This is preliminary documentation and is subject to change.]

The CommandReader type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Count
Counts the total number of arguments. Does not modify the offset.
CountRemaining
Counts the number of arguments left in this command. Does not modify the offset.
Descriptor
HasInt
Checks whether there there is an int argument available. Does not modify the offset.
HasNext
Checks whether there is another argument available. Does not modify the offset.
Name
Offset

See Also