Returns the first part of assembly name (i.e. the name without version etc.).

Namespace:  C1.WPF.Localization
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public static string GetAssemblyName(
	Assembly assembly
)
Visual Basic (Declaration)
Public Shared Function GetAssemblyName ( _
	assembly As Assembly _
) As String

Parameters

assembly
Type: System.Reflection..::..Assembly

Return Value

See Also