C# 클래스 Banshee.ServiceStack.Application

파일 보기 프로젝트 열기: mono-soc-2011/banshee

공개 메소드들

메소드 설명
DisplayHelp ( string page ) : void
IdleTimeoutRemove ( uint id ) : bool
Initialize ( ) : void
InitializePaths ( ) : void
Invoke ( InvokeHandler handler ) : void
PopClient ( ) : Banshee.ServiceStack.Client
PushClient ( Banshee.ServiceStack.Client client ) : void
Run ( ) : void
RunIdle ( IdleHandler handler ) : uint
RunTimeout ( uint milliseconds, TimeoutHandler handler ) : uint
Shutdown ( ) : void

비공개 메소드들

메소드 설명
DisplayHelp ( string project, string page ) : void
Dispose ( ) : void
GetBuildInfo ( string buildField ) : string
GetCustomAssemblyMetadata ( string attrName, string field ) : string
GetVersion ( string versionName ) : string
OnClientStarted ( Banshee.ServiceStack.Client client ) : void
OnShutdownRequested ( ) : bool
_putenv ( string varName ) : int
g_get_language_names ( ) : IntPtr

메소드 상세

DisplayHelp() 공개 정적인 메소드

public static DisplayHelp ( string page ) : void
page string
리턴 void

IdleTimeoutRemove() 공개 정적인 메소드

public static IdleTimeoutRemove ( uint id ) : bool
id uint
리턴 bool

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

InitializePaths() 공개 정적인 메소드

public static InitializePaths ( ) : void
리턴 void

Invoke() 공개 정적인 메소드

public static Invoke ( InvokeHandler handler ) : void
handler InvokeHandler
리턴 void

PopClient() 공개 정적인 메소드

public static PopClient ( ) : Banshee.ServiceStack.Client
리턴 Banshee.ServiceStack.Client

PushClient() 공개 정적인 메소드

public static PushClient ( Banshee.ServiceStack.Client client ) : void
client Banshee.ServiceStack.Client
리턴 void

Run() 공개 정적인 메소드

public static Run ( ) : void
리턴 void

RunIdle() 공개 정적인 메소드

public static RunIdle ( IdleHandler handler ) : uint
handler IdleHandler
리턴 uint

RunTimeout() 공개 정적인 메소드

public static RunTimeout ( uint milliseconds, TimeoutHandler handler ) : uint
milliseconds uint
handler TimeoutHandler
리턴 uint

Shutdown() 공개 정적인 메소드

public static Shutdown ( ) : void
리턴 void