Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / GetAssembly Method
Gets assembly product
Gets assembly title
Gets assembly company
Gets assembly version
Gets assembly edition

In This Topic
    GetAssembly Method
    In This Topic
    Gets the currently loaded assembly.
    Syntax
    'Declaration
     
    Public Shared Function GetAssembly( _
       ByRef product As String, _
       ByRef title As String, _
       ByRef company As String, _
       ByRef version As Version, _
       ByRef edition As String _
    ) As Assembly
    public static Assembly GetAssembly( 
       out string product,
       out string title,
       out string company,
       out Version version,
       out string edition
    )

    Parameters

    product
    Gets assembly product
    title
    Gets assembly title
    company
    Gets assembly company
    version
    Gets assembly version
    edition
    Gets assembly edition

    Return Value

    The currently loaded assembly.
    See Also