LiquidTechnologies.XmlObjects Namespace / LxSerializer Class / RegisterAssembly Method
The assembly to register

In This Topic
    RegisterAssembly Method (LxSerializer)
    In This Topic
    Registers an assembly and all the Liquid XML Objects attributed classes within it with the serializer.
    Syntax
    'Declaration
     
    
    Public Sub RegisterAssembly( _
       ByVal assembly As System.Reflection.Assembly, _
       Optional ByVal classRegistrationFilter As System.Predicate(Of Type) _
    ) 
    public void RegisterAssembly( 
       System.Reflection.Assembly assembly,
       System.Predicate<Type> classRegistrationFilter
    )

    Parameters

    assembly
    The assembly to register
    classRegistrationFilter
    Remarks
    The assembly is already registered then it is ignored and no action is taken.
    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also