ArkWeb_ProxyObject
typedef struct {...} ArkWeb_ProxyObject
Overview
Defines a proxy object to be injected.
Since: 12
Related module: Web
Header file: arkweb_type.h
Total
Member Variables
| Name | Description |
|---|---|
| const char* objName | Pointer to the object name to be injected. |
| const ArkWeb_ProxyMethod* methodList | Pointer to the method struct array of an object to be injected. |
| size_t size | Length of the method struct array. |