ICorRuntimeHost::GetConfiguration Method
Gets an object that allows the host to specify the callback configuration of the common language runtime (CLR).
Syntax
HRESULT GetConfiguration(
[out] ICorConfiguration** pConfiguration
);
Parameters
pConfiguration
[out] A pointer to the address of an ICorConfiguration 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: See System Requirements.
Header: MSCorEE.h
Library: Included as a resource in MSCorEE.dll
.NET Framework Versions: 1.0, 1.1
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.