The DriverService type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | DriverService |
Initializes a new instance of the DriverService class.
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
Releases all resources associated with this DriverService.
|
![]() | Dispose(Boolean) |
Releases all resources associated with this DriverService.
|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() ![]() | FindDriverServiceExecutable |
Finds the specified driver service executable.
|
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | Start |
Starts the DriverService.
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Properties
Name | Description | |
---|---|---|
![]() | CommandLineArguments |
Gets the command-line arguments for the driver service.
|
![]() | DriverServiceExecutableName |
Gets the executable file name of the driver service.
|
![]() | IsRunning |
Gets a value indicating whether the service is running.
|
![]() | Port |
Gets or sets the port of the service.
|
![]() | ServiceUrl |
Gets the Uri of the service.
|
![]() | SuppressInitialDiagnosticInformation |
Gets or sets a value indicating whether the initial diagnostic information is suppressed
when starting the driver server executable. Defaults to , meaning
diagnostic information should be shown by the driver server executable.
|
See Also