Scalien.NativeMethods.LoadLibrary C# (CSharp) Method

LoadLibrary() private method

private LoadLibrary ( string lpFileName ) : IntPtr
lpFileName string
return System.IntPtr
        public static extern IntPtr LoadLibrary(string lpFileName);