ISelectClient.id

Returns an identifier string of this instance. Defaults to the name of the class, but may be overridden if more detailed information is required.

Note that this method is only ever called in cases where one or more debug compile flags are switched on (ISelectClient, for example). Hence the loop to extract the class name from the full module/class name string is not considered a performance problem.

class ISelectClient
id
()

Return Value

Type: cstring

identifier string of this instance

Meta