Information about System object
s = infoImpl(obj)
s = infoImpl(obj)
specifies information about the current
configuration of a System
object™. This information is returned in a struct from the info
method. The default infoImpl
method,
which is used if you do not include infoImpl
in your
class definition file, returns an empty struct.
infoImpl
is called by the info
method.
You must set Access = protected
for this method.
|
System object |