get_application


Description:

public Application get_application (string application_name)

Search for application_name in the list of applications, and return a new Application if a matching application was found.

Parameters:

this

an Manager

application_name

the name of an application to search for

Returns:

a new Application if one was found, null otherwise