C# Class Drey.Nut.ShellBase

Inheritance: System.MarshalByRefObject, IShell, IDisposable
Afficher le fichier Open project: dealproc/Drey

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

ShellBase ( ) : Drey.Logging

Initializes a new instance of the ShellBase class.

Shutdown ( ) : void

Should your app need a specific shutdown routine, you will override this method and impement it.

Startup ( INutConfiguration configurationManager ) : bool

The startup routine for the applet. Think of this like `static main(string args[]) { ... }`.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
EmitShellRequest ( ShellRequestArgs args ) : void

Emits the shell request.

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EmitShellRequest() protected méthode

Emits the shell request.
protected EmitShellRequest ( ShellRequestArgs args ) : void
args ShellRequestArgs The arguments.
Résultat void

ShellBase() public méthode

Initializes a new instance of the ShellBase class.
public ShellBase ( ) : Drey.Logging
Résultat Drey.Logging

Shutdown() public méthode

Should your app need a specific shutdown routine, you will override this method and impement it.
public Shutdown ( ) : void
Résultat void

Startup() public méthode

The startup routine for the applet. Think of this like `static main(string args[]) { ... }`.
public Startup ( INutConfiguration configurationManager ) : bool
configurationManager INutConfiguration The configuration manager.
Résultat bool