Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule.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 System.Reflection.Assembly _
    ) As System.String
    public static System.string GetAssemblyName( 
       System.Reflection.Assembly assembly
    )

    Parameters

    assembly
    See Also