ICorRuntimeHost::GetConfiguration Method

Gets an object that allows the host to specify the callback configuration of the common language runtime (CLR).

HRESULT GetConfiguration(
    [out] ICorConfiguration** pConfiguration
);

Parameters

Parameter Description

pConfiguration

[out] A pointer to the address of an ICorConfiguration Interface object that can be used to configure the CLR.

Remarks

The CLR must be configured prior to its initialization; otherwise, the GetConfiguration method returns an HRESULT indicating an error.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: MSCorEE.idl

Library: Included as a resource in MSCorEE.dll

.NET Framework Version: 1.0, 1.1

See Also

Reference

ICorRuntimeHost Interface