ARCed.Scintilla.NativeMethods.LoadLibrary C# (CSharp) Method

LoadLibrary() private method

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