[DllImport("psapi.dll", SetLastError = true)]
public static extern bool EnumProcessModules(IntPtr hProcess,
[MarshalAs(UnmanagedType.LPArray, ArraySubType = UnmanagedType.U4)] [In][Out] uint[] lphModule,
uint cb,
[MarshalAs(UnmanagedType.U4)] out uint lpcbNeeded);
Declare Function EnumProcessModules Lib "psapi.dll" (hProcess As IntPtr, lphModule() As UInt32, cb As UInt32, lpcbNeeded As UInt32) As Boolean
None.
System.Diagnostics.Process.Modules
None.
Please add some!
Please add some!