[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt eine formatierte Beschriftung für einen Konstruktor 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 GetConstructorCaption(
	ConstructorInfo constructor,
	bool nameOnly
)
Visual Basic
Public Shared Function GetConstructorCaption ( _
	constructor As ConstructorInfo, _
	nameOnly As Boolean _
) As String
F#
static member GetConstructorCaption : 
        constructor:ConstructorInfo * 
        nameOnly:bool -> string 

Parameters

constructor
Type: System.Reflection..::..ConstructorInfo
Ein Konstruktor.
nameOnly
Type: System..::..Boolean
Gibt den Namen ohne Zusätze zurück, falls true übergeben wird.

Return Value

Eine Beschriftung.

See Also