Table of Contents

Method LoadLibraryEx

Namespace
Microsoft.Samples.Debugging.CorDebug
Assembly
corapi.dll

LoadLibraryEx(string, IntPtr, uint)

public static extern IntPtr LoadLibraryEx(string lpFileName, IntPtr hFile, uint dwFlags)

Parameters

lpFileName string
hFile IntPtr
dwFlags uint

Returns

IntPtr