Table of Contents

Method EnumerateLoadedModuleFiles

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

EnumerateLoadedModuleFiles()

Enumerates all modules which are loaded in the process and yields their file names.
IEnumerable<string?> EnumerateLoadedModuleFiles()

Returns

IEnumerable<string>
An enumerable over the file names of all loaded modules.