internal static _SetPath SetPath()
            {
                if (_SetPathFunc == null)
                {
                    _SetPathFunc =
                        (_SetPath)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiDirectoryFileListCtrl_setPath"), typeof(_SetPath));
                }

                return(_SetPathFunc);
            }
            internal static _SetPath SetPath()
            {
                if (_SetPathFunc == null)
                {
                    _SetPathFunc =
                        (_SetPath)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiDirectoryFileListCtrl_setPath"), typeof(_SetPath));
                }

                return(_SetPathFunc);
            }