Basic Library for WPF and Silverlight | ComponentOne
C1.WPF.Localization Namespace / C1Localizer Class / GetAssemblyName Method

In This Topic
    GetAssemblyName Method
    In This Topic
    Returns the first part of assembly name (i.e. the name without version etc.).
    Syntax
    'Declaration
     
    
    Public Shared Function GetAssemblyName( _
       ByVal assembly As Assembly _
    ) As String
    public static string GetAssemblyName( 
       Assembly assembly
    )

    Parameters

    assembly
    See Also