Edit

Share via


IDebugSymbolProviderDirect::GetMetaDataImport

Retrieves the metadata import information.

Syntax

int GetMetaDataImport (
    Guid       guid,
    uint       appID,
    out object ppImport
);

Parameters

guid
[in] Unique identifier for the module.

appID
[in] Identifier for the application domain.

ppImport
[out] Returns an object that contains the metadata import information.

Return Value

If successful, returns S_OK; otherwise, returns an error code.

See also