Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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