RuntimeClass Members
Include Protected Members
Include Inherited Members
Represents the main Microsoft Business Connectivity Services (BCS) runtime entry point that can be used by custom Microsoft Visual Studio Tools for Office add-ins to start or stop the Business Connectivity Services Client Runtime, loading the solution configuration and interpreting it.
The RuntimeClass type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RuntimeClass | Constructs a new instance of the class. |
Top
Methods
Name | Description | |
---|---|---|
Dispose() | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ComObjectWrapper.) | |
Dispose(Boolean) | Releases the unmanaged resources used by this class and optionally releases the managed resources. (Overrides ComObjectWrapper.Dispose(Boolean).) | |
Finalize | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ComObjectWrapper.) | |
GetOfficeItemHelper | Gets a helper object that provides Microsoft Business Connectivity Services (BCS) functionality for an existing Microsoft Office application item. | |
Register | Starts the Business Connectivity Services Client Runtime interpretation of the solution configuration file. | |
ToString | (Inherited from Object.) | |
Unregister | Stops the Business Connectivity Services Client Runtime interpretation of the solution configuration file. |
Top