Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / common Class / GetAssemblyVersion Method


In This Topic
    GetAssemblyVersion Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetAssemblyVersion( _
       ByVal obj As Object _
    ) As String
    'Usage
     
    
    Dim obj As Object
    Dim value As String
     
    value = common.GetAssemblyVersion(obj)
    public static string GetAssemblyVersion( 
       object obj
    )

    Parameters

    obj
    See Also