Hosting Interfaces for the .NET Framework 1.0 and 1.1
This section describes the interfaces that unmanaged hosts can use to integrate the common language runtime (CLR) in the .NET Framework versions 1.0 and 1.1 into their applications. These interfaces provide methods for a host to configure and load the runtime into a process.
In This Section
- IAppDomainSetup Interface
Provides methods for the host to configure an AppDomain.
- ICeeFileGen Class
(Deprecated) Provides functionality for creating a native portable executable (PE) file.
- ICorRuntimeHost Interface
Provides methods for the host to configure CLR settings.
Related Sections
- Hosting Interfaces for the .NET Framework 2.0
Contains topics that describe the hosting interfaces provided with the .NET Framework version 2.0.
See Also
Concepts
Other Resources
Diagnostics Symbol Store Interfaces
Enumerations (Unmanaged API Reference)
Fusion Interfaces
Global Static Functions (Unmanaged API Reference)
Hosting the Common Language Runtime
Metadata Interfaces
Structures (Unmanaged API Reference)