c#
VB
c++
实用工具类强制在Xamarin平台中动态加载此程序集。
Xamarin iOS编译器试图剔除项目源代码中没有直接引用的任何程序集。在为Xamarin iOS开发时,如果应用程序的链接器设置设置为不要链接,你必须打电话组装。使用
.
因此,如果应用程序间接使用下表中的任何程序集,则调用对应的组装。使用
必须添加到源代码中。
.NetStandard组装 | 使用 |
---|---|
Leadtools。核心 | 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 (); |