If another istance of the application is already running, raises the other process.

Namespace: System.Extensions
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public void RaiseOtherProcess()
Visual Basic
Public Sub RaiseOtherProcess
Visual C++
public:
void RaiseOtherProcess()
F#
member RaiseOtherProcess : unit -> unit 

See Also