Table of Contents

Struct LoadedModule

Namespace
MonoMod.Core.Platforms
Assembly
MonoMod.Core.dll
Represents a module loaded into a particular process.
public readonly record struct LoadedModule

Constructors

LoadedModule(ulong?, string?, ulong?)
Represents a module loaded into a particular process.

Properties

BaseAddress
The base address of the module.
FileName
The path that defines the location of the module.
Size
The size, in bytes, of the module.