C# Class Drey.Nut.ShellFactory

Inheritance: System.MarshalByRefObject
Mostra file Open project: dealproc/Drey

Public Methods

Method Description
Create ( string assemblyPath, EventHandler shellRequestHandler, Action configureLogging ) : Sponsor>.Tuple

Creates the specified app.

Method Details

Create() public method

Creates the specified app.
public Create ( string assemblyPath, EventHandler shellRequestHandler, Action configureLogging ) : Sponsor>.Tuple
assemblyPath string The assembly path.
shellRequestHandler EventHandler The shell request handler.
configureLogging Action The configure logging.
return Sponsor>.Tuple