←Select platform

Assembly Class

Summary

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

Syntax
C#
C++/CLI
Python
public static class Assembly 
public: 
   ref class Assembly sealed abstract 
class Assembly: 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.