Edit

Share via


IMetaDataAssemblyImport::GetAssemblyFromScope Method

Gets a pointer to the assembly in the current scope.

Syntax

HRESULT GetAssemblyFromScope (
    [out] mdAssembly  *ptkAssembly
);

Parameters

ptkAssembly [out] A pointer to the retrieved mdAssembly token that identifies the assembly.

Requirements

Platforms: See .NET supported operating systems.

Header: Cor.h

Library: CorGuids.lib

See also