The Target type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| AddURI | Overloaded. | |
| Connect |
Connects to a QUARC Target.
| |
| Dispose | Overloaded. | |
| DownloadModel |
Downloads a model to the QUARC Target.
| |
| DownloadModelFile |
Downloads a model file to the QUARC Target.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
The finalizer calls Dispose(false) to ensure unmanaged resources are disposed, even if the user
omits to call the Dispose() method.
(Overrides Object..::.Finalize()()().) | |
| GetDownloadedModels |
Gets a list of the models that have been downloaded to the QUARC Target.
| |
| GetHashCode | (Inherited from Object.) | |
| GetLoadedModels |
Gets a list of the models currently loaded on the target.
| |
| GetModelsLoadedAtBoot |
Gets a list of the models configured to load at boot on the target.
| |
| GetTargetType |
Returns the type of the QUARC Target.
| |
| GetType | (Inherited from Object.) | |
| GetURIs |
Gets a list of the URIs upon which the QUARC Target Manager is currently serving.
| |
| GetVersion |
Gets version information about the QUARC Target.
| |
| IsModelLoaded |
Determines whether a model is loaded on the target.
| |
| KillModel |
Forcefully terminates a model on the target.
| |
| LoadModel |
Loads a model on the target.
| |
| LoadModelAtBoot |
Configures a model to load when the target is booted.
| |
| MemberwiseClone | (Inherited from Object.) | |
| OpenModelOutput |
Opens an instance used to get the model output.
| |
| RemoveDownloadedModel |
Removes a model downloaded to the QUARC Target.
| |
| RemoveModelLoadedAtBoot |
Removes a model from the models configured to load at boot time.
| |
| RemoveURI |
Removes a URI from the list of URIs upon which the QUARC Target Manager is serving.
| |
| Shutdown |
Shuts down the connection to the QUARC Target.
| |
| StopModel |
Stops a model on the target.
| |
| SwitchToModel |
Switches to the given model on the target.
| |
| ToString | (Inherited from Object.) | |
| UploadFile |
Uploads a file from the target.
| |
| UploadFileToHost |
Uploads a file from the target to a file on the host.
| |
| WriteModelInput |
Writes to the standard input of a model.
|