Table of Contents

Constructor LoadedModule

Namespace
MonoMod.Core.Platforms
Assembly
MonoMod.Core.dll

LoadedModule(ulong?, string?, ulong?)

Represents a module loaded into a particular process.
public LoadedModule(ulong? BaseAddress, string? FileName, ulong? Size)

Parameters

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