Inherits From:
NSObject
Conforms To: NSObject (NSObject)
Declared in: itkRuntime/ITKScriptingLanguage.h
availableLanguages
Returns an NSArray of objects conforming to the ITKScriptingLanguage protocol, one for each scripting language that is currently linked into the application. That information will be updated automatically whenever a bundle or framework providing a class conforming to the ITKScriptingLanguage protocol is added to the application.
languageNamed:
(NSString *)name If name is the name of an available scripting language, returns an ITKScriptingLanguage conforming object describing that language. Otherwise returns nil.