Error.FuncPtr 属性 | |
A pointer to the function in which the error occurred.
命名空间:
XSharp
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 VIRTUAL PROPERTY FuncPtr AS IntPtr GET SET
public virtual IntPtr FuncPtr { get; set; }
查看代码属性值
类型:
IntPtr备注 Note This property is for compatibility only. It is not being used in the X# runtime.
参见