1# OH_NativeBundle_ModuleMetadata 2<!--Kit: Ability Kit--> 3<!--Subsystem: BundleManager--> 4<!--Owner: @wanghang904--> 5<!--Designer: @hanfeng6--> 6<!--Tester: @kongjing2--> 7<!--Adviser: @Brilliantry_Rui--> 8 9## Overview 10 11The struct describes the metadata of a module. 12 13**Since**: 20 14 15**Related module**: [Native_Bundle](capi-native-bundle.md) 16 17**Header file**: [native_interface_bundle.h](capi-native-interface-bundle-h.md) 18 19## Summary 20 21### Member Variables 22 23| Name| Description| 24| -- | -- | 25| char* moduleName | Pointer to the module name.| 26| [OH_NativeBundle_Metadata*](capi-native-bundle-oh-nativebundle-metadata.md) metadataArray | Pointer to an array containing the module's metadata.| 27| size_t metadataArraySize | Number of elements in the metadata array.| 28