增加升级 ,增加 新版本的日志推送
This commit is contained in:
@@ -77,6 +77,9 @@ namespace Common
|
||||
Marshal.Copy(bytes, startIndex, structPtr, size);
|
||||
structObj = Marshal.PtrToStructure(structPtr, type);
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
}
|
||||
finally
|
||||
{
|
||||
Marshal.FreeHGlobal(structPtr);
|
||||
|
||||
Reference in New Issue
Block a user