示例#1
0
            internal static bool open(IntPtr thisPtr, [MarshalAs(UnmanagedType.LPWStr)] string filename)
            {
                if (_openFunc == null)
                {
                    _openFunc =
                        (_open)Marshal.GetDelegateForFunctionPointer(Torque3D.DllLoadUtils.GetProcAddress(Torque3D.Torque3DLibHandle,
                                                                                                          "fn_DbgFileView_open"), typeof(_open));
                }

                return(_openFunc(thisPtr, filename));
            }
示例#2
0
 set => SetProperty(ref _open, value);