ParameterPassingConfig Properties |
The ParameterPassingConfig type exposes the following members.
| Name | Description | |
|---|---|---|
| BringToFront |
Gets or sets a value that indicates that the window will be brought to the front of all window on activation. Default value is true.
| |
| DataSeparator |
Gets or sets a char that is used as data separator. Default value is \r.
| |
| ExitDelegate |
Gets or sets a delegate that is executed to exit the application. The default value is Exit(Int32) with the value of 0.
| |
| Instances |
Gets all instances of the the current process.
| |
| IsSingleInstance |
Gets or sets a value that indicates if the application can only have one instance per user. The default value is false.
| |
| ParameterPassedCallback |
Gets or sets a delegate that is executed if a running instance recieves new parameters. This should always be overriden.
| |
| PassToAllInstances |
Gets or sets a value that indicates if the parameters are passed to all running instances. The default value is true.
| |
| ProcessToPrefer |
Gets or sets a Process that is preferred to recieve all passed parameters, if multiple instances of the application is running.
| |
| RandomSelectInstance |
Gets or sets a value that indicates if a random instance is selected or not if multiple instances of the application is running.
| |
| ValidationDelegate |
Gets or sets a delegate that is used to validate the passed arguments. This is executed before any others.
|