Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 1.95 KB

imetadataassemblyemit-setmanifestresourceprops-method.md

File metadata and controls

65 lines (48 loc) · 1.95 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: IMetaDataAssemblyEmit::SetManifestResourceProps Method
IMetaDataAssemblyEmit::SetManifestResourceProps Method
03/30/2017
IMetaDataAssemblyEmit.SetManifestResourceProps
mscoree.dll
COM
IMetaDataAssemblyEmit::SetManifestResourceProps
SetManifestResourceProps method [.NET Framework metadata]
IMetaDataAssemblyEmit::SetManifestResourceProps method [.NET Framework metadata]
ef77efd1-849c-4e51-ba92-7ee3d2bf0339
apiref

IMetaDataAssemblyEmit::SetManifestResourceProps Method

Modifies the specified ManifestResource metadata structure.

Syntax

HRESULT SetManifestResourceProps (  
    [in] mdManifestResource  mr,  
    [in] mdToken             tkImplementation,
    [in] DWORD               dwOffset,  
    [in] DWORD               dwResourceFlags  
);  

Parameters

mr
[in] The token that specifies the ManifestResource metadata structure to be modified.

tkImplementation
[in] The token, of type File or AssemblyRef, that maps to the resource provider.

dwOffset
[in] The offset to the beginning of the resource within the file.

dwResourceFlags
[in] A bitwise combination of flag values that specify the attributes of the resource.

Remarks

To create a ManifestResource metadata structure, use the IMetaDataAssemblyEmit::DefineManifestResource method.

Requirements

Platforms: See System Requirements.

Header: Cor.h

Library: Used as a resource in MsCorEE.dll

.NET Framework Versions: [!INCLUDEnet_current_v10plus]

See also