.
C# Signature:
[DllImport("kernel32.dll")]
static extern IntPtr LoadLibrary(string lpFileName);
User-Defined Types:
None.
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Alternative Managed API:
Do you know one? Please contribute it!
The LoadLibrary API maps the specified DLL file into the address space of the calling process.
1/15/2020 12:35:28 AM - -62.4.65.26