This topic has not yet been rated - Rate this topic

Hosting Interfaces

This section describes the interfaces that unmanaged hosts can use to integrate the common language runtime (CLR) into their applications.

The .NET Framework version 2.0 hosting interfaces supersede the .NET Framework version 1.0 and 1.1 interfaces. There are significant differences between the two sets of interfaces. Mixing them could cause unexpected behavior and is not recommended.

The .NET Framework versions 3.0 and 3.5 use the .NET Framework version 2.0 hosting interfaces, and do not introduce any hosting features.

The .NET Framework 4 hosting interfaces supersede the .NET Framework 2.0 interfaces. You should also familiarize yourself with the information presented in the Hosting Overview.

Deprecated CLR Hosting Interfaces and Coclasses

Describes the hosting interfaces introduced in the .NET Framework versions 1.0 and 1.1.

CLR Hosting Interfaces

Describes the hosting interfaces introduced in the .NET Framework version 2.0.

CLR Hosting Interfaces Added in the .NET Framework 4 and 4.5

Describes the hosting interfaces introduced in the .NET Framework 4.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.