a8b02f17创建于 2024年8月20日历史提交

ArkWeb_ProxyObject

Overview

Defines a proxy object.

Since: 12

Related module: Web

Summary

Member Variables

Name Description
const char * objName Pointer to the object name to be injected.
const ArkWeb_ProxyMethod * methodList Pointer to the array of method structures of an injected object.
size_t size Length of the method structure array.

Member Variable Description

methodList

const ArkWeb_ProxyMethod* ArkWeb_ProxyObject::methodList

Description

Pointer to the array of method structures of an injected object.

objName

const char* ArkWeb_ProxyObject::objName

Description

Pointer to the object name to be injected.

size

size_t ArkWeb_ProxyObject::size

Description

Length of the method structure array.