Share via


RuntimeClass class

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.

Inheritance hierarchy

System.Object
  Microsoft.Office.BusinessApplications.Runtime.ComObjectWrapper
    Microsoft.Office.BusinessApplications.Runtime.RuntimeClass

Namespace:  Microsoft.Office.BusinessApplications.Runtime
Assembly:  Microsoft.Office.BusinessApplications.Runtime (in Microsoft.Office.BusinessApplications.Runtime.dll)

Syntax

'Declaration
Public NotInheritable Class RuntimeClass _
    Inherits ComObjectWrapper _
    Implements IDisposable
'Usage
Dim instance As RuntimeClass
public sealed class RuntimeClass : ComObjectWrapper, 
    IDisposable

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

RuntimeClass members

Microsoft.Office.BusinessApplications.Runtime namespace