Opc.Ua.Configuration.ConfigUtils.NativeMethods.LoadLibrary C# (CSharp) Method

LoadLibrary() private method

private LoadLibrary ( string lpFileName ) : IntPtr
lpFileName string
return System.IntPtr
            static extern internal IntPtr LoadLibrary(string lpFileName);
        }
ConfigUtils.NativeMethods