Runtime Methods |
The Runtime type exposes the following members.
Name | Description | |
---|---|---|
Connect |
Connects to the runtime.
| |
ConnectAndRun |
Connects to the runtime and runs the application specified by the StartupApplicationOptions property.
| |
CreateApplication |
Creates a new application using the specified options.
| |
CreateFromManifest | Obsolete.
Creates an application from a application config file
| |
Disconnect |
Disconnects from the Runtime.
| |
Dispose |
Disposes the Runtime instance and closes the underlying connection.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetRuntimeInstance |
Gets either an existing Runtime Object for a specific version and security realm or creates a new connection to the given version.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WrapApplication |
Wraps an existing application using the specified UUID.
| |
WrapExternalApplication |
Wraps an existing external application using the specified UUID.
|