puppeteer/new-docs/puppeteer.protocol.memory.module.md

24 lines
963 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Memory](./puppeteer.protocol.memory.md) &gt; [Module](./puppeteer.protocol.memory.module.md)
## Protocol.Memory.Module interface
Executable module information
<b>Signature:</b>
```typescript
export interface Module
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [baseAddress](./puppeteer.protocol.memory.module.baseaddress.md) | string | Base address where the module is loaded into memory. Encoded as a decimal or hexadecimal (0x prefixed) string. |
| [name](./puppeteer.protocol.memory.module.name.md) | string | Name of the module. |
| [size](./puppeteer.protocol.memory.module.size.md) | number | Size of the module in bytes. |
| [uuid](./puppeteer.protocol.memory.module.uuid.md) | string | UUID of the module. |