AppHelper.InitializeApplication Method ()

 

Performs common initialization for an application.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

public static bool InitializeApplication()
public:
static bool InitializeApplication()
Public Shared Function InitializeApplication As Boolean

Return Value

Type: System.Boolean

true if a process is already running; otherwise false..

See Also

AppHelper Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top