combit List & Label 29 - .NET Help
combit.Reporting Namespace / LlCore Class / LlExprFree Method

the pointer returned from the corresponding LlExprParse()



In This Topic
    LlExprFree Method
    In This Topic

    Releases the parsing tree created by LlExprParse().

    You should avoid using this function directly - the ExpressionEvaluator Class offers you a much more powerful way to work with expressions.

    Syntax
    'Declaration
     
    
    Public Sub LlExprFree( _
       ByVal hExpression As IntPtr _
    ) 
    public void LlExprFree( 
       IntPtr hExpression
    )
    public:
    void LlExprFree( 
       IntPtr hExpression
    ) 

    Parameters

    hExpression

    the pointer returned from the corresponding LlExprParse()

    Remarks

    To avoid storage losses the function must be called when a tree returned by LlExprParse() is no longer required.

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also