c#
VB
c++
实用程序类,迫使这个装配的动态加载Xamarin的平台。
Xamarin的iOS编译器试图剔除任何程序集不直接相关的项目来源。当开发Xamarin的iOS,如果应用程序的链接器设置以外的任何东西不要链接,您必须调用Assembly.Use
。
因此,如果应用程序使用下表中的任何组件的间接调用相应的Assembly.Use
必须添加在源代码中。
.NetStandard组装 | 使用 |
---|---|
Leadtools.Core | Leadtools.Core.Assembly.Use (); |
Leadtools.Ocr.LEADEngine | Leadtools.Ocr.LEADEngine.Assembly.Use (); |
Leadtools.Svg | Leadtools.Svg.Assembly.Use (); |
Leadtools.Forms.Recognition.Ocr | Leadtools.Forms.Recognition.Ocr.Assembly.Use (); |
Leadtools.Forms.Recognition.Barcode | Leadtools.Forms.Recognition.Barcode.Assembly.Use (); |