The InstanceStartInfotype exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
InstanceStartInfo |
Create an new instance of
InstanceStartInfo.
|
Properties
| Name | Description | |
|---|---|---|
|
|
Domain |
Gets or sets the domain of the user to start
the worker process. This is ignored if UserName is not set. Set to
null to specify a local user account for UserName.
|
|
|
KillOnParentExit |
Specifies whether to kill the child process if
parent exits.
|
|
|
LoadUserProfile |
Specifies whether to load the user
profile.
|
|
|
Password |
Gets or sets the password for the user to
start the worker process. This is ignored if UserName is not
set.
|
|
|
RunIn |
Specifies where to host the target
class.
|
|
|
UserName |
Gets or sets the user name to start the worker
process. Set to null to use the current process' user.
|