Class Module
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
Name
Name of the module.
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Size
Size of the module in bytes.
[JsonPropertyName("size")]
public double Size { get; set; }
Property Value
Uuid
UUID of the module.
[JsonPropertyName("uuid")]
public string Uuid { get; set; }