Barcode Xpress for .NET Framework v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / BarcodeXpress Class / BarcodeXpress Constructor / BarcodeXpress Constructor(NativeLoader)
Specifies which strategy to use to load the native component. Cannot be SSMLoader in this case.




In This Topic
    BarcodeXpress Constructor(NativeLoader)
    In This Topic
    An alternate constructor that allows the user to specify which method should be used to load the native component. The SSMLoader method cannot be used with this constructor since it must be provided with a location to write the decompressed components to. If this constructor is used to request usage of LoadLibrary the SDK will search for the native component in the current application directory and standard operating system locations.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal loadingMethod As NativeLoader _
    )
    'Usage
     
    Dim loadingMethod As NativeLoader
     
    Dim instance As New BarcodeXpress(loadingMethod)
    public BarcodeXpress( 
       NativeLoader loadingMethod
    )
    public: BarcodeXpress( 
       NativeLoader loadingMethod
    )
    public:
    BarcodeXpress( 
       NativeLoader loadingMethod
    )

    Parameters

    loadingMethod
    Specifies which strategy to use to load the native component. Cannot be SSMLoader in this case.
    See Also