MemWalker 委托 | |
Delegate that a client needs to implement to use MemWalk.
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 DELEGATE LOGIC MemWalker(
pMem AS IntPtr,
nSize AS DWORD
)
public delegate bool MemWalker(
IntPtr pMem,
uint nSize
)
参数
- pMem
- 类型:IntPtr
- nSize
- 类型:UInt32
返回值
类型:
Boolean参见