1# ArkWeb_ProxyObject 2 3## Overview 4 5Defines a proxy object to be injected. 6 7**Since**: 12 8 9**Related module**: [Web](capi-web.md) 10 11**Header file**: [arkweb_type.h](capi-arkweb-type-h.md) 12 13## Total 14 15### Member Variables 16 17| Name | Description| 18|------------------------------------------| -- | 19| const char* objName | Pointer to the object name to be injected.| 20| const [ArkWeb_ProxyMethod](capi-web-arkweb-proxymethod.md)* methodList | Pointer to the method struct array of an object to be injected.| 21| size_t size | Length of the method struct array.| 22