[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt eine formatierte Beschriftung für ein Assembly zurück.

Namespace: DynamicNode.Ext.Objects
Assembly: DNExtObjects (in DNExtObjects.dll) Version: 1.1.4679.19819 (1.1.0.0)

Syntax

C#
public static string GetAssemblyCaption(
	Assembly a
)
Visual Basic
Public Shared Function GetAssemblyCaption ( _
	a As Assembly _
) As String
F#
static member GetAssemblyCaption : 
        a:Assembly -> string 

Parameters

a
Type: System.Reflection..::..Assembly
Ein Assembly.

Return Value

Eine Beschriftung.

See Also