ATI.ADL.ADL.ADLCheckLibrary.ADLCheckLibrary C# (CSharp) Method

ADLCheckLibrary() private method

Constructor
private ADLCheckLibrary ( ) : System
return System
            private ADLCheckLibrary()
            {
                try {
                    if (1 == ADLImport.ADL_Main_Control_IsFunctionValid(IntPtr.Zero, "ADL_Main_Control_Create")) {
                        ADLLibrary = ADLImport.GetModuleHandle(ADLImport.Atiadlxx_FileName);
                    }
                } catch (DllNotFoundException) { } catch (EntryPointNotFoundException) { } catch (Exception) { }
            }