←Select platform

Assembly Class

Summary

Utility class to force dynamic loading of this assembly in the Xamarin platform.

Syntax
C#
VB
C++
public static class Assembly 
Public NotInheritable Class [Assembly] 
public: 
   ref class Assembly sealed abstract 

Remarks

The Xamarin iOS compiler tries to strip out any assemblies that are not directly referenced in the project source. When developing for Xamarin iOS, if the application's linker setting is set to anything other than Don't Link, you must call Assembly.Use.

Therefore, if the application is using any of the assemblies in the table below indirectly, a call to the corresponding Assembly.Use must be added in the source code.

.NetStandard Assembly Usage
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();

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly