Search Results for

    Show / Hide Table of Contents

    Interface ymylmw

    Namespace: Iron.Pdf.Extensions
    Assembly: IronPdf.dll
    Syntax
    public interface ymylmw

    Inspecting the runtime identity of an IronPDF assembly at a fine-grained level becomes straightforward through ymylmw. This contract exposes a structured set of read-only properties that together describe the assembly reference bound to a PDF operation: its compiled Assembly object, the DateTime it was built, and ten string-typed descriptors covering identity, versioning, and provenance metadata. Any component that needs to verify which build of IronPDF is active, log diagnostic information, or enforce version constraints at runtime can accept ymylmw and interrogate its members without coupling to a concrete type.

    Because ymylmw is an interface in the Iron.Pdf.Extensions namespace (shipped in IronPdf.dll, extending Object), consuming code works against the contract rather than an implementation. The twelve properties divide naturally into two functional groups:

    **Assembly handle and build stamp:** qbhunl returns the live Assembly reference, giving access to the full reflection surface. qbhunm returns the DateTime at which the assembly was compiled, useful for audit trails and support diagnostics.

    **String identity descriptors:** qbhunn, qbhuno, qbhunp, qbhunq, qbhunr, qbhuns, qbhunt, qbhunu, qbhunv, and qbhunw carry the textual metadata fields, covering areas such as product name, version string, copyright notice, company attribution, description, title, configuration, file version, informational version, and culture. All ten are string typed and read-only, so implementations guarantee immutability once the object is constructed.

    A typical use is a diagnostic helper that captures the full identity snapshot of the IronPDF runtime at application startup, writes it to a structured log, and surfaces it in a support report. Because the contract is an interface, test code can substitute a lightweight stub without loading the real assembly.

    using Iron.Pdf.Extensions;
    
    void LogAssemblyInfo(ymylmw info)
    {
        Console.WriteLine($"Assembly:  {info.qbhunl.FullName}");
        Console.WriteLine($"Built:     {info.qbhunm:O}");
        Console.WriteLine($"Product:   {info.qbhunn}");
        Console.WriteLine($"Version:   {info.qbhunp}");
        Console.WriteLine($"Copyright: {info.qbhunr}");
    }

    For broader context on IronPDF's extension model, see the IronPDF documentation hub, the getting-started guide, and the PDF metadata how-to.

    Properties

    qbhunl

    Declaration
    Assembly qbhunl { get; }
    Property Value
    Type Description
    System.Reflection.Assembly

    qbhunm

    Declaration
    DateTime qbhunm { get; }
    Property Value
    Type Description
    System.DateTime

    qbhunn

    Declaration
    string qbhunn { get; }
    Property Value
    Type Description
    System.String

    qbhuno

    Declaration
    string qbhuno { get; }
    Property Value
    Type Description
    System.String

    qbhunp

    Declaration
    string qbhunp { get; }
    Property Value
    Type Description
    System.String

    qbhunq

    Declaration
    string qbhunq { get; }
    Property Value
    Type Description
    System.String

    qbhunr

    Declaration
    string qbhunr { get; }
    Property Value
    Type Description
    System.String

    qbhuns

    Declaration
    string qbhuns { get; }
    Property Value
    Type Description
    System.String

    qbhunt

    Declaration
    string qbhunt { get; }
    Property Value
    Type Description
    System.String

    qbhunu

    Declaration
    string qbhunu { get; }
    Property Value
    Type Description
    System.String

    qbhunv

    Declaration
    string qbhunv { get; }
    Property Value
    Type Description
    System.String

    qbhunw

    Declaration
    string qbhunw { get; }
    Property Value
    Type Description
    System.String
    ☀
    ☾
    Downloads
    • Download with Nuget
    • Start for Free
    In This Article
    Back to top
    Install with Nuget
    IronPDF_for_dotnet_log2o
    Blue key in circleGet started for FREE
    No credit card required
    Test in a live environment

    Test in production without watermarks.
    Works wherever you need it to.

    Fully-functional product

    Get 30 days of fully functional product.
    Have it up and running in minutes.

    24/5 technical support

    Full access to our support engineering team during your product trial

    Grey key in circleGet started for FREE
    The trial form was submitted successfully.
    Calendar in circleBook Free Live Demo
    No contact, no card details, no commitments Book a 30-minute, personal demo.
    Here's what to expect:

    A live demo of our product and its key features

    Get project specific feature recommendations

    All your questions are answered to make sure you have all the information you need. (No commitment whatsoever.)

    Grey key in circleBook Free Live Demo
    Your booking has been completed Check your e-mail for confirmation
    Support Team Member 6 related to The C# PDF Library Support Team Member 14 related to The C# PDF Library Support Team Member 4 related to The C# PDF Library Support Team Member 2 related to The C# PDF Library
    Online 24/5
    Need help? Our sales team would be glad to help you.
    Try the Enterprise Trial
    ironpdf_for_dotnet_log2o
    Key in blue circle
    Get your free 30-day Trial Key instantly.
    bullet_checkedNo credit card or account creation required
    Key in blue circle
    Get your free 30-day Trial Key instantly.
    Blue key in circleNo credit card or account creation required
    Green Check in orange circle
    The trial form was submitted successfully.
    badge_greencheck_in_yellowcircle
    Thank you for starting a trial

    Please check your email for the trial license key.

    If you don’t receive an email, please start a live chat or email support@ironsoftware.com

    Install with NuGet
    View Licensing
    • Logo Aetna
    • Logo NASA
    • Logo GE
    • Logo Porsche
    • Logo USDA
    • Logo Qatar
    Join Millions of Engineers who’ve tried IronPDF