C# Class SIM.ApplicationManager

Show file Open project: Sitecore/Sitecore-Instance-Manager

Public Properties

Property Type Description
AppsFolder string
IsDebugging bool
IsQA bool
ProcessName string

Public Methods

Method Description
RaiseAttemptToClose ( CancelEventArgs e ) : void

Private Methods

Method Description
ApplicationManager ( ) : System
GetEmbeddedFile ( [ assemblyName, [ fileName ) : string
GetEmbeddedFile ( [ packageName, [ assemblyName, [ fileName ) : string
GetLabel ( ) : string
GetRevision ( ) : string
GetShortVersion ( ) : string
GetVersion ( ) : string
InitializeDataFolder ( [ folder ) : string
InitializeFolder ( [ folder ) : string

Method Details

RaiseAttemptToClose() public static method

public static RaiseAttemptToClose ( CancelEventArgs e ) : void
e CancelEventArgs
return void

Property Details

AppsFolder public static property

public static string AppsFolder
return string

IsDebugging public static property

public static bool IsDebugging
return bool

IsQA public static property

public static bool IsQA
return bool

ProcessName public static property

public static string ProcessName
return string