jsexecutor class : TypeName getter

Description

Gets the type name.

Syntax

instance.TypeName

Arguments

None.

Return value

ClassDescription
stringThe type name.

Sample code

1:

jsexecutor instance = new jsexecutor();

2:

string typename = instance.TypeName;

Notes

Returns "jsexecutor".

Links for reference

None.

Copyright © Cooker All rights reserved.