我想得到draft尺寸信息,用下面代码为什么出异常信息:
Attempted to read or write protected memory.This is often an indication that other memory is corrupt.
出异常代码如下:
int num_text;
UFDrf.DraftAidTextInfo[] append;
theUfSession.Drf.AskDraftAidTextInfo(obj.Tag, out num_text, out append);
有谁知道怎么回事吗