Method | Description | |
---|---|---|
RestartSettings ( string command, RestartRestrictions restrictions ) : System.Globalization |
Initializes a new instance of the RestartSettings class. Creates a new instance of the RestartSettings class.
|
|
ToString ( ) : string |
Returns a string representation of the current state of this object.
|
public RestartSettings ( string command, RestartRestrictions restrictions ) : System.Globalization | ||
command | string | The command line arguments used to restart the application. |
restrictions | RestartRestrictions | A bitwise combination of the RestartRestrictions values that specify when the application should not be restarted. |
return | System.Globalization |