IMetaDataImport::GetScopeProps Method
Gets the name and optionally the version identifier of the assembly or module in the current metadata scope.
Syntax
HRESULT GetScopeProps (
[out] LPWSTR szName,
[in] ULONG cchName,
[out] ULONG *pchName,
[out, optional] GUID *pmvid
);
Parameters
szName
[out] A buffer for the assembly or module name.
cchName
[in] The size in wide characters of szName
.
pchName
[out] The number of wide characters returned in szName
.
pmvid
[out, optional] A pointer to a GUID that uniquely identifies the version of the assembly or module.
Remarks
The IMetaDataEmit::SetModuleProps method is used to set these properties.
Requirements
Platforms: See System Requirements.
Header: Cor.h
Library: Included as a resource in MsCorEE.dll
.NET Framework Versions: Available since 1.0
See also
Cộng tác với chúng tôi trên GitHub
Bạn có thể tìm thấy nguồn cho nội dung này trên GitHub, nơi bạn cũng có thể tạo và xem lại các vấn đề và yêu cầu kéo. Để biết thêm thông tin, hãy xem hướng dẫn dành cho người đóng góp của chúng tôi.