PackageDescription: MethodURL


Method URL

Last published: November 20, 2002 by 'michael'

Defines 1 Classes
Extends 1 Classes


Like http:// and ftp://, this class provides method://.

The URI format is: method://Namespace.ClassName/MethodName.

method://Thing.Something/aMethod

is like writing the code:

^Thing.Something aMethod

Instance Variables:
className The Namespace.ClassName string