[导入][MSIL] 27. IL Instructions - Box, UnBox

(1) 装箱/拆箱指令
  • box : 装箱。
  • unbox : 拆箱。
  • unbox.any : 拆箱。
box 对堆栈上的值类型对象进行装箱操作,值类型对象被弹出,取而代之的是一个指向托管堆(managed heap)的引用。unbox 指令和 box 正好相反,对装箱的对象进行拆箱操作,一个新的值类型对象被 "拷贝" 到本地变量表中,同时其地址被压入堆栈。unbox.any 相当于 unbox + ldobj,这样堆栈上就不是拆箱值后的地址,而是值类型对象本身。
.method void Test()
{
  .entrypoint  
  .locals init (int32 x, object y, int32 z)
  
  // x = 1234
  ldc.i4 1234

文章来源: http://www.rainsts.net/article.asp?id=604

转载于:https://www.cnblogs.com/cdgwel/archive/2007/10/14/1339587.html

CAD运行时点击“开始绘制”后弹出问题: ************** 异常文本 ************** System.InvalidCastException: 指定的转换无效。 在 BeamSectionPlugin.ObjectSnapMode..ctor(Editor editor, Mode modes) 位置 C:\Users\卓越生活\Desktop\梁板剖面绘制2\梁板剖面绘制\Class1.cs:行号 420 在 BeamSectionPlugin.BeamSectionDrawer.DrawBeamSection() 位置 C:\Users\卓越生活\Desktop\梁板剖面绘制2\梁板剖面绘制\Class1.cs:行号 42 在 Autodesk.AutoCAD.Runtime.CommandClass.InvokeWorker(MethodInfo mi, Object commandObject, Boolean bLispFunction) 在 Autodesk.AutoCAD.Runtime.CommandClass.InvokeWorkerWithExceptionFilter(MethodInfo mi, Object commandObject, Boolean bLispFunction) 在 Autodesk.AutoCAD.Runtime.PerDocumentCommandClass.Invoke(MethodInfo mi, Boolean bLispFunction) 在 Autodesk.AutoCAD.Runtime.CommandClass.CommandThunk.Invoke() ************** 已加载的程序集 ************** mscorlib 程序集版本:4.0.0.0 Win32 版本:4.8.9310.0 built by: NET481REL1LAST_C 基本代码:file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll ---------------------------------------- Acdbmgd 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/Acdbmgd.DLL ---------------------------------------- adui23 程序集版本:0.0.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/adui23.DLL ---------------------------------------- AdUiPalettes 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/AdUiPalettes.DLL ---------------------------------------- System 程序集版本:4.0.0.0 Win32 版本:4.8.9310.0 built by: NET481REL1LAST_C 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- WindowsBase 程序集版本:4.0.0.0 Win32 版本:4.8.9297.0 built by: NET481REL1LAST_C 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll ---------------------------------------- System.Core 程序集版本:4.0.0.0 Win32 版本:4.8.9297.0 built by: NET481REL1LAST_C 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- PresentationCore 程序集版本:4.0.0.0 Win32 版本:4.8.9297.0 built by: NET481REL1LAST_C 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll ---------------------------------------- PresentationFramework 程序集版本:4.0.0.0 Win32 版本:4.8.9297.0 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll ---------------------------------------- System.Xaml 程序集版本:4.0.0.0 Win32 版本:4.8.9297.0 built by: NET481REL1LAST_C 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll ---------------------------------------- System.Configuration 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- AdUIMgd 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/AdUIMgd.DLL ---------------------------------------- AdApplicationFrame 程序集版本:0.0.0.0 Win32 版本:2018.11.1.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/AdApplicationFrame.DLL ---------------------------------------- AdWindows 程序集版本:2018.11.1.0 Win32 版本:2018.11.1.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/AdWindows.DLL ---------------------------------------- AdWindows.resources 程序集版本:2018.11.1.0 Win32 版本:2018.11.1.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AdWindows.resources.DLL ---------------------------------------- WindowsFormsIntegration 程序集版本:4.0.0.0 Win32 版本:4.8.9139.0 built by: NET481REL1LAST_B 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/WindowsFormsIntegration/v4.0_4.0.0.0__31bf3856ad364e35/WindowsFormsIntegration.dll ---------------------------------------- PresentationFramework.Aero2 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero2/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero2.dll ---------------------------------------- accoremgd 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/accoremgd.DLL ---------------------------------------- Acmgd 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/Acmgd.DLL ---------------------------------------- AcWindows 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/AcWindows.DLL ---------------------------------------- PresentationFramework.resources 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.resources/v4.0_4.0.0.0_zh-Hans_31bf3856ad364e35/PresentationFramework.resources.dll ---------------------------------------- AcWindows.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcWindows.resources.DLL ---------------------------------------- AcCui 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/AcCui.DLL ---------------------------------------- PresentationFramework-SystemXml 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXml/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXml.dll ---------------------------------------- PresentationFramework.Aero 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero.dll ---------------------------------------- mscorlib.resources 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/mscorlib.resources.dll ---------------------------------------- System.resources 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/System.resources.dll ---------------------------------------- PresentationCore.resources 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationCore.resources/v4.0_4.0.0.0_zh-Hans_31bf3856ad364e35/PresentationCore.resources.dll ---------------------------------------- System.Drawing 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- PresentationUI 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationUI/v4.0_4.0.0.0__31bf3856ad364e35/PresentationUI.dll ---------------------------------------- PresentationUI.resources 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationUI.resources/v4.0_4.0.0.0_zh-Hans_31bf3856ad364e35/PresentationUI.resources.dll ---------------------------------------- System.Xml.Linq 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll ---------------------------------------- System.Windows.Forms 程序集版本:4.0.0.0 Win32 版本:4.8.9256.0 built by: NET481REL1LAST_B 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- PresentationFramework-SystemXmlLinq 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXmlLinq/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXmlLinq.dll ---------------------------------------- WindowsBase.resources 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/WindowsBase.resources/v4.0_4.0.0.0_zh-Hans_31bf3856ad364e35/WindowsBase.resources.dll ---------------------------------------- AcCloudAccess 程序集版本:23.1.0.0 Win32 版本:23.1.0.0 基本代码:file:///C:/Users/%E5%8D%93%E8%B6%8A%E7%94%9F%E6%B4%BB/AppData/Roaming/Autodesk/ApplicationPlugins/Autodesk%20Save%20to%20Web%20and%20Mobile.bundle/Contents/AutoCAD/Win64/AcCloudAccess.dll ---------------------------------------- AcCloudAccess.resources 程序集版本:23.1.0.0 Win32 版本:23.1.0.0 基本代码:file:///C:/Users/%E5%8D%93%E8%B6%8A%E7%94%9F%E6%B4%BB/AppData/Roaming/Autodesk/ApplicationPlugins/Autodesk%20Save%20to%20Web%20and%20Mobile.bundle/Contents/AutoCAD/Win64/zh-CN/AcCloudAccess.resources.DLL ---------------------------------------- Microsoft.GeneratedCode 程序集版本:1.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- FeaturedAppsPlugin 程序集版本:23.1.0.0 Win32 版本:23.1.43.0.0 基本代码:file:///C:/Program%20Files%20(x86)/Autodesk/ApplicationPlugins/Autodesk%20FeaturedApps.bundle/Contents/Windows/2020/Win64/FeaturedAppsPlugin.dll ---------------------------------------- ACAD2013 程序集版本:1.0.0.0 Win32 版本:1.0.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/ACAD2013.DLL ---------------------------------------- 盘扣轴网布置 程序集版本:1.0.0.0 Win32 版本:1.0.0.0 基本代码:file:///C:/ProgramData/Autodesk/ApplicationPlugins/Zhongli%20Mojia%20Software.bundle/Zhongli%20Mojia%20Software/net48/BW.dll ---------------------------------------- 盘扣斜梁轴网布置 程序集版本:1.0.0.0 Win32 版本:1.0.0.0 基本代码:file:///C:/ProgramData/Autodesk/ApplicationPlugins/Zhongli%20Mojia%20Software.bundle/Zhongli%20Mojia%20Software/net48/bzxl.dll ---------------------------------------- 块统计 程序集版本:1.0.0.0 Win32 版本:1.0.0.0 基本代码:file:///C:/ProgramData/Autodesk/ApplicationPlugins/Zhongli%20Mojia%20Software.bundle/Zhongli%20Mojia%20Software/net48/ktj.dll ---------------------------------------- 梁截面尺寸统计插件 程序集版本:1.0.0.0 Win32 版本:1.0.0.0 基本代码:file:///C:/ProgramData/Autodesk/ApplicationPlugins/Zhongli%20Mojia%20Software.bundle/Zhongli%20Mojia%20Software/net48/ljmtj.dll ---------------------------------------- 盘扣平面布置 程序集版本:1.0.0.0 Win32 版本:1.0.0.0 基本代码:file:///C:/ProgramData/Autodesk/ApplicationPlugins/Zhongli%20Mojia%20Software.bundle/Zhongli%20Mojia%20Software/net48/pkbz.dll ---------------------------------------- 剖面图绘制 程序集版本:1.0.0.0 Win32 版本:1.0.0.0 基本代码:file:///C:/ProgramData/Autodesk/ApplicationPlugins/Zhongli%20Mojia%20Software.bundle/Zhongli%20Mojia%20Software/net48/pmhz.dll ---------------------------------------- 平面斜拉杆布置 程序集版本:1.0.0.0 Win32 版本:1.0.0.0 基本代码:file:///C:/ProgramData/Autodesk/ApplicationPlugins/Zhongli%20Mojia%20Software.bundle/Zhongli%20Mojia%20Software/net48/pmxlg.dll ---------------------------------------- 图纸处理插件 程序集版本:1.0.0.0 Win32 版本:1.0.0.0 基本代码:file:///C:/ProgramData/Autodesk/ApplicationPlugins/Zhongli%20Mojia%20Software.bundle/Zhongli%20Mojia%20Software/net48/tzcl.dll ---------------------------------------- PresentationFramework-SystemCore 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemCore/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemCore.dll ---------------------------------------- Anonymously Hosted DynamicMethods Assembly 程序集版本:0.0.0.0 Win32 版本:4.8.9310.0 built by: NET481REL1LAST_C 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll ---------------------------------------- UIAutomationTypes 程序集版本:4.0.0.0 Win32 版本:4.8.9297.0 built by: NET481REL1LAST_C 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/UIAutomationTypes/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationTypes.dll ---------------------------------------- UIAutomationProvider 程序集版本:4.0.0.0 Win32 版本:4.8.9297.0 built by: NET481REL1LAST_C 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/UIAutomationProvider/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationProvider.dll ---------------------------------------- AcCloudFsMgd 程序集版本:1.0.7627.12247 Win32 版本:23.1.0.0 基本代码:file:///C:/Users/%E5%8D%93%E8%B6%8A%E7%94%9F%E6%B4%BB/AppData/Roaming/Autodesk/ApplicationPlugins/Autodesk%20Save%20to%20Web%20and%20Mobile.bundle/Contents/AutoCAD/Win64/AcCloudFsMgd.DLL ---------------------------------------- AcLivePreviewContext 程序集版本:0.0.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/AcWindows.dll ---------------------------------------- AcLayer 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/AcLayer.DLL ---------------------------------------- AcLayer.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcLayer.resources.DLL ---------------------------------------- AcAeNet.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcAeNet.resources.DLL ---------------------------------------- AcCloudRender.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcCloudRender.resources.DLL ---------------------------------------- AcCustomize.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcCustomize.resources.DLL ---------------------------------------- AcDxWizard.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcDxWizard.resources.DLL ---------------------------------------- AcExportLayoutUI.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcExportLayoutUI.resources.DLL ---------------------------------------- AcInterfere.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcInterfere.resources.DLL ---------------------------------------- AcLayerTools.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcLayerTools.resources.DLL ---------------------------------------- AcMrUi.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcMrUi.resources.DLL ---------------------------------------- AcMultiLineUi.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcMultiLineUi.resources.DLL ---------------------------------------- AcRecoverAll.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcRecoverAll.resources.DLL ---------------------------------------- AcScaleList.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcScaleList.resources.DLL ---------------------------------------- AcSeamless.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcSeamless.resources.DLL ---------------------------------------- AcUnderlay.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcUnderlay.resources.DLL ---------------------------------------- AcViewTransitionsUi.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcViewTransitionsUi.resources.DLL ---------------------------------------- AdskConnectionPointMgd.resources 程序集版本:1.0.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AdskConnectionPointMgd.resources.DLL ---------------------------------------- AcCalcUi.resources 程序集版本:23.1.0.0 Win32 版本:23.1.47.0.0 基本代码:file:///D:/CAD2020/AutoCAD%202020/zh-CN/AcCalcUi.resources.DLL ---------------------------------------- Accessibility 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- 梁板剖面绘制 程序集版本:1.0.0.0 Win32 版本:1.0.0.0 基本代码:file:///C:/Users/%E5%8D%93%E8%B6%8A%E7%94%9F%E6%B4%BB/Desktop/%E6%A2%81%E6%9D%BF%E5%89%96%E9%9D%A2%E7%BB%98%E5%88%B62/%E6%A2%81%E6%9D%BF%E5%89%96%E9%9D%A2%E7%BB%98%E5%88%B6/bin/Debug/%E6%A2%81%E6%9D%BF%E5%89%96%E9%9D%A2%E7%BB%98%E5%88%B6.dll ---------------------------------------- Windows.UI 程序集版本:255.255.255.255 Win32 版本:10.0.10011.16384 基本代码:file:///C:/WINDOWS/system32/WinMetadata/Windows.UI.winmd ---------------------------------------- Windows.Foundation 程序集版本:255.255.255.255 Win32 版本:10.0.10011.16384 基本代码:file:///C:/WINDOWS/system32/WinMetadata/Windows.Foundation.winmd ---------------------------------------- System.Runtime.InteropServices.WindowsRuntime 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.InteropServices.WindowsRuntime/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Runtime.InteropServices.WindowsRuntime.dll ---------------------------------------- System.Runtime.WindowsRuntime 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.WindowsRuntime/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.WindowsRuntime.dll ---------------------------------------- System.Windows.Forms.resources 程序集版本:4.0.0.0 Win32 版本:4.8.9032.0 built by: NET481REL1 基本代码:file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/System.Windows.Forms.resources.dll ---------------------------------------- ************** JIT 调试 ************** 应用程序不支持 Windows 窗体实时(JIT) 调试。有关更多 信息,请与应用程序的作者联系。
08-08
有关调用实时(JIT)调试而不是此对话框的详细信息, 请参见此消息的结尾。 ************** 异常文本 ************** System.InvalidOperationException: DragDrop 注册失败。 ---> System.Threading.ThreadStateException: 在可以调用 OLE 之前,必须将当前线程设置为单线程单元(STA)模式。请确保您的 Main 函数带有 STAThreadAttribute 标记。 在 System.Windows.Forms.Control.SetAcceptDrops(Boolean accept) --- 内部异常堆栈跟踪的结尾 --- 在 System.Windows.Forms.Control.SetAcceptDrops(Boolean accept) 在 System.Windows.Forms.Control.OnHandleCreated(EventArgs e) 在 System.Windows.Forms.TreeView.OnHandleCreated(EventArgs e) 在 System.Windows.Forms.Control.WmCreate(Message& m) 在 System.Windows.Forms.Control.WndProc(Message& m) 在 System.Windows.Forms.TreeView.WndProc(Message& m) 在 Cognex.VisionPro.Implementation.Internal.CogTreeViewBase.CogPaintedTreeView.DefaultWndProc(Message& m) 在 Cognex.VisionPro.Implementation.Internal.CogTreeViewBase.TreeView_WndProcRunning(Object sender, Message& msg, Boolean& cancel) 在 Cognex.VisionPro.Implementation.Internal.CogTreeViewBase.CogPaintedTreeView.OnWndProcRunning(Message& msg, Boolean& cancel) 在 Cognex.VisionPro.Implementation.Internal.CogTreeViewBase.CogPaintedTreeView.WndProc(Message& m) 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** 已加载的程序集 ************** mscorlib 程序集版本:4.0.0.0 Win32 版本:4.8.9195.0 built by: NET481REL1LAST_B 基本代码:file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll ---------------------------------------- Vision-撕胶带 程序集版本:1.0.0.0 Win32 版本:1.0.0.0 基本代码:file:///D:/soft/Debug/Vision-%E6%92%95%E8%83%B6%E5%B8%A6.exe ---------------------------------------- System.Windows.Forms 程序集版本:4.0.0.0 Win32 版本:4.8.9195.0 built by: NET481REL1LAST_B 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System 程序集版本:4.0.0.0 Win32 版本:4.8.9195.0 built by: NET481REL1LAST_B 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing 程序集版本:4.0.0.0 Win32 版本:4.8.9037.0 built by: NET481REL1 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Configuration 程序集版本:4.0.0.0 Win32 版本:4.8.9037.0 built by: NET481REL1 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Core 程序集版本:4.0.0.0 Win32 版本:4.8.9195.0 built by: NET481REL1LAST_B 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Xml 程序集版本:4.0.0.0 Win32 版本:4.8.9037.0 built by: NET481REL1 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Cognex.VisionPro.Controls 程序集版本:53.2.0.0 Win32 版本:53.2.0.0 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.Controls/v4.0_53.2.0.0__ef0f902af9dee505/Cognex.VisionPro.Controls.dll ---------------------------------------- Cognex.VisionPro.Display.Controls 程序集版本:53.2.0.0 Win32 版本:53.2.0.0 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.Display.Controls/v4.0_53.2.0.0__ef0f902af9dee505/Cognex.VisionPro.Display.Controls.dll ---------------------------------------- Cognex.VisionPro.Core 程序集版本:53.2.0.0 Win32 版本: 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.Core/v4.0_53.2.0.0__ef0f902af9dee505/Cognex.VisionPro.Core.dll ---------------------------------------- mscorlib.resources 程序集版本:4.0.0.0 Win32 版本:4.8.4084.0 built by: NET48REL1 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/mscorlib.resources.dll ---------------------------------------- System.Windows.Forms.resources 程序集版本:4.0.0.0 Win32 版本:4.8.4084.0 built by: NET48REL1 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/System.Windows.Forms.resources.dll ---------------------------------------- Cognex.VisionPro 程序集版本:53.2.0.0 Win32 版本:53.2.0.0 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro/v4.0_53.2.0.0__ef0f902af9dee505/Cognex.VisionPro.dll ---------------------------------------- Cognex.VisionPro.Interop.Core 程序集版本:53.2.0.0 Win32 版本: 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Cognex.VisionPro.Interop.Core/v4.0_53.2.0.0__ef0f902af9dee505/Cognex.VisionPro.Interop.Core.dll ---------------------------------------- Cognex.VisionPro.Display.Controls.resources 程序集版本:53.2.0.0 Win32 版本:53.2.0.0 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Cognex.VisionPro.Display.Controls.resources/v4.0_53.2.0.0_zh-Hans_ef0f902af9dee505/Cognex.VisionPro.Display.Controls.resources.dll ---------------------------------------- Cognex.VisionPro.Interop.DisplayCtl 程序集版本:53.2.0.0 Win32 版本:53.2.0.0 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Cognex.VisionPro.Interop.DisplayCtl/v4.0_53.2.0.0__ef0f902af9dee505/Cognex.VisionPro.Interop.DisplayCtl.dll ---------------------------------------- Serilog 程序集版本:2.0.0.0 Win32 版本:2.12.0.0 基本代码:file:///D:/soft/Debug/Serilog.DLL ---------------------------------------- Serilog.Sinks.Console 程序集版本:4.0.1.0 Win32 版本:4.0.1.0 基本代码:file:///D:/soft/Debug/Serilog.Sinks.Console.DLL ---------------------------------------- Serilog.Sinks.File 程序集版本:5.0.0.0 Win32 版本:5.0.0.0 基本代码:file:///D:/soft/Debug/Serilog.Sinks.File.DLL ---------------------------------------- MvCamCtrl.Net 程序集版本:0.0.0.0 Win32 版本:0.0.0.0 基本代码:file:///D:/soft/Debug/MvCamCtrl.Net.DLL ---------------------------------------- Cognex.VisionPro.ToolGroup 程序集版本:53.2.0.0 Win32 版本:53.2.0.0 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.ToolGroup/v4.0_53.2.0.0__ef0f902af9dee505/Cognex.VisionPro.ToolGroup.dll ---------------------------------------- System.Runtime.Serialization.Formatters.Soap 程序集版本:4.0.0.0 Win32 版本:4.8.9037.0 built by: NET481REL1 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization.Formatters.Soap/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Runtime.Serialization.Formatters.Soap.dll ---------------------------------------- Cognex.VisionPro.PMAlign 程序集版本:53.2.0.0 Win32 版本: 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.PMAlign/v4.0_53.2.0.0__ef0f902af9dee505/Cognex.VisionPro.PMAlign.dll ---------------------------------------- Cognex.VisionPro.CalibFix 程序集版本:53.2.0.0 Win32 版本: 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.CalibFix/v4.0_53.2.0.0__ef0f902af9dee505/Cognex.VisionPro.CalibFix.dll ---------------------------------------- Cognex.VisionPro.Blob 程序集版本:53.2.0.0 Win32 版本: 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.Blob/v4.0_53.2.0.0__ef0f902af9dee505/Cognex.VisionPro.Blob.dll ---------------------------------------- Cognex.VisionPro.QuickBuild.Core 程序集版本:53.2.0.0 Win32 版本:53.2.0.0 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.QuickBuild.Core/v4.0_53.2.0.0__ef0f902af9dee505/Cognex.VisionPro.QuickBuild.Core.dll ---------------------------------------- cowsi2ha 程序集版本:0.0.0.0 Win32 版本:4.8.9195.0 built by: NET481REL1LAST_B 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.resources 程序集版本:4.0.0.0 Win32 版本:4.8.4084.0 built by: NET48REL1 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/System.resources.dll ---------------------------------------- Accessibility 程序集版本:4.0.0.0 Win32 版本:4.8.9037.0 built by: NET481REL1 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- Cognex.VisionPro.resources 程序集版本:53.2.0.0 Win32 版本:53.2.0.0 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Cognex.VisionPro.resources/v4.0_53.2.0.0_zh-Hans_ef0f902af9dee505/Cognex.VisionPro.resources.dll ---------------------------------------- Cognex.VisionPro.CorePlus 程序集版本:53.2.0.0 Win32 版本: 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.CorePlus/v4.0_53.2.0.0__ef0f902af9dee505/Cognex.VisionPro.CorePlus.dll ---------------------------------------- Cognex.VisionPro.ImageFile 程序集版本:53.2.0.0 Win32 版本: 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.ImageFile/v4.0_53.2.0.0__ef0f902af9dee505/Cognex.VisionPro.ImageFile.dll ---------------------------------------- Cognex.VisionPro.ToolGroup.Controls 程序集版本:53.2.0.0 Win32 版本:53.2.0.0 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_64/Cognex.VisionPro.ToolGroup.Controls/v4.0_53.2.0.0__ef0f902af9dee505/Cognex.VisionPro.ToolGroup.Controls.dll ---------------------------------------- Cognex.VisionPro.Controls.resources 程序集版本:53.2.0.0 Win32 版本:53.2.0.0 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Cognex.VisionPro.Controls.resources/v4.0_53.2.0.0_zh-Hans_ef0f902af9dee505/Cognex.VisionPro.Controls.resources.dll ---------------------------------------- Cognex.VisionPro.ToolGroup.Controls.resources 程序集版本:53.2.0.0 Win32 版本:53.2.0.0 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Cognex.VisionPro.ToolGroup.Controls.resources/v4.0_53.2.0.0_zh-Hans_ef0f902af9dee505/Cognex.VisionPro.ToolGroup.Controls.resources.dll ---------------------------------------- Microsoft.GeneratedCode 程序集版本:1.0.0.0 Win32 版本:4.8.9037.0 built by: NET481REL1 基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- ************** JIT 调试 ************** 要启用实时(JIT)调试, 该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置 jitDebugging 值。 编译应用程序时还必须启用 调试。 例如: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> 启用 JIT 调试后,任何未经处理的异常 都将被发送到在此计算机上注册的 JIT 调试程序, 而不是由此对话框处理。
05-29
那如是這則錯誤訊息呢?  如需叫用 Just-In-Time (JIT) 偵錯的詳細資料, 請參閱本訊息結尾處 (而非這個對話方塊) 的資訊。 ************** 例外狀況文字 ************** System.OutOfMemoryException: 陣列維度超出支援的範圍。 於 System.Collections.Generic.List`1.set_Capacity(Int32 value) 於 System.Collections.Generic.List`1.EnsureCapacity(Int32 min) 於 System.Collections.Generic.List`1.Add(T item) 於 AssetStudioGUI.Studio.BuildAssetData() 於 C:\projects\assetstudio\AssetStudioGUI\Studio.cs: 行 216 於 System.Threading.Tasks.Task`1.InnerInvoke() 於 System.Threading.Tasks.Task.Execute() --- 先前擲回例外狀況之位置中的堆疊追蹤結尾 --- 於 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() 於 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) 於 AssetStudioGUI.AssetStudioGUIForm.<BuildAssetStructures>d__55.MoveNext() 於 C:\projects\assetstudio\AssetStudioGUI\AssetStudioGUIForm.cs: 行 209 --- 先前擲回例外狀況之位置中的堆疊追蹤結尾 --- 於 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() ************** 已載入的組件 ************** mscorlib 組件版本: 4.0.0.0 Win32 版本: 4.8.4772.0 built by: NET48REL1LAST_C 程式碼庫: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll ---------------------------------------- AssetStudioGUI 組件版本: 0.16.47.0 Win32 版本: 0.16.47 程式碼庫: file:///C:/Users/daniiellyu/Desktop/Work/Downloads/AssetStudio.net472.v0.16.47/AssetStudioGUI.exe ---------------------------------------- System.Windows.Forms 組件版本: 4.0.0.0 Win32 版本: 4.8.4734.0 built by: NET48REL1LAST_C 程式碼庫: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System 組件版本: 4.0.0.0 Win32 版本: 4.8.4767.0 built by: NET48REL1LAST_C 程式碼庫: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing 組件版本: 4.0.0.0 Win32 版本: 4.8.4390.0 built by: NET48REL1LAST_C 程式碼庫: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- AssetStudioUtility 組件版本: 0.16.47.0 Win32 版本: 0.16.47 程式碼庫: file:///C:/Users/daniiellyu/Desktop/Work/Downloads/AssetStudio.net472.v0.16.47/AssetStudioUtility.DLL ---------------------------------------- OpenTK 組件版本: 3.1.0.0 Win32 版本: 3.1.0 程式碼庫: file:///C:/Users/daniiellyu/Desktop/Work/Downloads/AssetStudio.net472.v0.16.47/OpenTK.DLL ---------------------------------------- AssetStudio 組件版本: 0.16.47.0 Win32 版本: 0.16.47 程式碼庫: file:///C:/Users/daniiellyu/Desktop/Work/Downloads/AssetStudio.net472.v0.16.47/AssetStudio.DLL ---------------------------------------- System.Core 組件版本: 4.0.0.0 Win32 版本: 4.8.4762.0 built by: NET48REL1LAST_B 程式碼庫: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- Mono.Cecil 組件版本: 0.11.3.0 Win32 版本: 0.11.3.0 程式碼庫: file:///C:/Users/daniiellyu/Desktop/Work/Downloads/AssetStudio.net472.v0.16.47/Mono.Cecil.DLL ---------------------------------------- System.Configuration 組件版本: 4.0.0.0 Win32 版本: 4.8.4190.0 built by: NET48REL1LAST_B 程式碼庫: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml 組件版本: 4.0.0.0 Win32 版本: 4.8.4084.0 built by: NET48REL1 程式碼庫: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- OpenTK.GLControl 組件版本: 3.1.0.0 Win32 版本: 3.1.0 程式碼庫: file:///C:/Users/daniiellyu/Desktop/Work/Downloads/AssetStudio.net472.v0.16.47/OpenTK.GLControl.DLL ---------------------------------------- mscorlib.resources 組件版本: 4.0.0.0 Win32 版本: 4.8.4084.0 built by: NET48REL1 程式碼庫: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_zh-Hant_b77a5c561934e089/mscorlib.resources.dll ---------------------------------------- AssetStudio.PInvoke 組件版本: 0.16.47.0 Win32 版本: 0.16.47 程式碼庫: file:///C:/Users/daniiellyu/Desktop/Work/Downloads/AssetStudio.net472.v0.16.47/AssetStudio.PInvoke.DLL ---------------------------------------- Accessibility 組件版本: 4.0.0.0 Win32 版本: 4.8.4084.0 built by: NET48REL1 程式碼庫: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- System.Memory 組件版本: 4.0.1.1 Win32 版本: 4.6.28619.01 程式碼庫: file:///C:/Users/daniiellyu/Desktop/Work/Downloads/AssetStudio.net472.v0.16.47/System.Memory.DLL ---------------------------------------- System.Runtime.CompilerServices.Unsafe 組件版本: 4.0.6.0 Win32 版本: 4.700.19.56404 程式碼庫: file:///C:/Users/daniiellyu/Desktop/Work/Downloads/AssetStudio.net472.v0.16.47/System.Runtime.CompilerServices.Unsafe.DLL ---------------------------------------- System.Runtime 組件版本: 4.0.0.0 Win32 版本: 4.8.4084.0 程式碼庫: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Runtime.dll ---------------------------------------- SixLabors.ImageSharp 組件版本: 1.0.0.0 Win32 版本: 1.0.3.0 程式碼庫: file:///C:/Users/daniiellyu/Desktop/Work/Downloads/AssetStudio.net472.v0.16.47/SixLabors.ImageSharp.DLL ---------------------------------------- System.Numerics 組件版本: 4.0.0.0 Win32 版本: 4.8.4084.0 built by: NET48REL1 程式碼庫: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll ---------------------------------------- System.Buffers 組件版本: 4.0.3.0 Win32 版本: 4.6.28619.01 程式碼庫: file:///C:/Users/daniiellyu/Desktop/Work/Downloads/AssetStudio.net472.v0.16.47/System.Buffers.DLL ---------------------------------------- Texture2DDecoderWrapper 組件版本: 0.16.47.0 Win32 版本: 0.16.47 程式碼庫: file:///C:/Users/daniiellyu/Desktop/Work/Downloads/AssetStudio.net472.v0.16.47/Texture2DDecoderWrapper.DLL ---------------------------------------- K4os.Compression.LZ4 組件版本: 1.1.11.0 Win32 版本: 1.1.11 程式碼庫: file:///C:/Users/daniiellyu/Desktop/Work/Downloads/AssetStudio.net472.v0.16.47/K4os.Compression.LZ4.DLL ---------------------------------------- SixLabors.ImageSharp.Drawing 組件版本: 1.0.0.0 Win32 版本: 1.0.0.0 程式碼庫: file:///C:/Users/daniiellyu/Desktop/Work/Downloads/AssetStudio.net472.v0.16.47/SixLabors.ImageSharp.Drawing.DLL ---------------------------------------- System.Windows.Forms.resources 組件版本: 4.0.0.0 Win32 版本: 4.8.4084.0 built by: NET48REL1 程式碼庫: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_zh-Hant_b77a5c561934e089/System.Windows.Forms.resources.dll ---------------------------------------- SixLabors.Fonts 組件版本: 1.0.0.0 Win32 版本: 1.0.0.0 程式碼庫: file:///C:/Users/daniiellyu/Desktop/Work/Downloads/AssetStudio.net472.v0.16.47/SixLabors.Fonts.DLL ---------------------------------------- netstandard 組件版本: 2.0.0.0 Win32 版本: 4.8.4084.0 程式碼庫: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/netstandard/v4.0_2.0.0.0__cc7b13ffcd2ddd51/netstandard.dll ---------------------------------------- System.Numerics.Vectors 組件版本: 4.1.4.0 Win32 版本: 4.6.26515.06 程式碼庫: file:///C:/Users/daniiellyu/Desktop/Work/Downloads/AssetStudio.net472.v0.16.47/System.Numerics.Vectors.DLL ---------------------------------------- Newtonsoft.Json 組件版本: 13.0.0.0 Win32 版本: 13.0.1.25517 程式碼庫: file:///C:/Users/daniiellyu/Desktop/Work/Downloads/AssetStudio.net472.v0.16.47/Newtonsoft.Json.DLL ---------------------------------------- System.Runtime.Serialization 組件版本: 4.0.0.0 Win32 版本: 4.8.4724.0 built by: NET48REL1LAST_C 程式碼庫: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll ---------------------------------------- System.Data 組件版本: 4.0.0.0 Win32 版本: 4.8.4690.0 built by: NET48REL1LAST_B 程式碼庫: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- ************** JIT 偵錯 ************** 若要啟用 Just-In-Time (JIT) 偵錯功能,則必須在 此應用程式或電腦的 .config 檔案中,設定 system.windows.forms 區段內的 jitDebugging 值。 且該應用程式也必須在啟用偵錯的狀態下進行 編譯。 例如: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> 當 JIT 偵錯功能啟用後,會將所有未處理的例外狀況 傳送給電腦上已註冊的 JIT 偵錯工具進行處 理,而不是使用這個對話方塊來處理。
07-31
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值