public int GetReferenceInfo(enum_DEBUGREF_INFO_FLAGS dwFields, uint dwRadix, uint dwTimeout, IDebugReference2[] rgpArgs, uint dwArgCount, DEBUG_REFERENCE_INFO[] pReferenceInfo)
 {
     throw new NotImplementedException();
 }
 public int EnumChildren(enum_DEBUGREF_INFO_FLAGS dwFields, uint dwRadix, enum_DBG_ATTRIB_FLAGS dwAttribFilter, string pszNameFilter, uint dwTimeout, out IEnumDebugReferenceInfo2 ppEnum)
 {
     throw new NotImplementedException();
 }