Opc.Ua.Com.Client.ServerForm.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); 
        }
ServerForm.NativeMethods