C# 클래스 Drey.Nut.ShellBase

상속: System.MarshalByRefObject, IShell, IDisposable
파일 보기 프로젝트 열기: dealproc/Drey

공개 메소드들

메소드 설명
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[]) { ... }`.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
EmitShellRequest ( ShellRequestArgs args ) : void

Emits the shell request.

메소드 상세

Dispose() 공개 메소드

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

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

EmitShellRequest() 보호된 메소드

Emits the shell request.
protected EmitShellRequest ( ShellRequestArgs args ) : void
args ShellRequestArgs The arguments.
리턴 void

ShellBase() 공개 메소드

Initializes a new instance of the ShellBase class.
public ShellBase ( ) : Drey.Logging
리턴 Drey.Logging

Shutdown() 공개 메소드

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

Startup() 공개 메소드

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