command class : TypeName getter

Description

Returns the type name.

Syntax

instance.TypeName

Arguments

None.

Return value

ClassDescription
stringThe type name.

Sample code

1:

command instance = new command();

2:

string typename = instance.TypeName;

Notes

Returns "command".

Links for reference

None.

Copyright © Cooker All rights reserved.