proxy class : TypeName getter

Description

Gets the type name.

Syntax

proxyInstance.TypeName

Arguments

None

Return value

ClassDescription
stringThe type name.

Sample code

//anyProxy is a instance of proxy type.

string typeName = anyProxy.TypeName;

Notes

This getter returns "proxy".

Links for reference

None

Copyright © Rice All rights reserved.