Table of Contents

Class Module

Namespace
OpenQA.Selenium.DevTools.V146.Memory
Assembly
Selenium.WebDriver.dll

Executable module information

public sealed class Module
Inheritance
Module
Inherited Members

Properties

BaseAddress

Base address where the module is loaded into memory. Encoded as a decimal or hexadecimal (0x prefixed) string.

[JsonPropertyName("baseAddress")]
public string BaseAddress { get; set; }

Property Value

string

Name

Name of the module.

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

Size

Size of the module in bytes.

[JsonPropertyName("size")]
public double Size { get; set; }

Property Value

double

Uuid

UUID of the module.

[JsonPropertyName("uuid")]
public string Uuid { get; set; }

Property Value

string