[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNExtObjects (in DNExtObjects.dll) Version: 1.1.4679.19819 (1.1.0.0)
Gibt eine formatierte Beschriftung für eine Methode zurück.
Namespace: DynamicNode.Ext.ObjectsAssembly: DNExtObjects (in DNExtObjects.dll) Version: 1.1.4679.19819 (1.1.0.0)
Syntax
C# |
---|
public static string GetMethodCaption( MethodInfo method, bool nameOnly ) |
Visual Basic |
---|
Public Shared Function GetMethodCaption ( _ method As MethodInfo, _ nameOnly As Boolean _ ) As String |
F# |
---|
static member GetMethodCaption : method:MethodInfo * nameOnly:bool -> string |
Parameters
- method
- Type: System.Reflection..::..MethodInfo
Eine Methode.
- nameOnly
- Type: System..::..Boolean
Gibt den Namen ohne Zusätze zurück, falls true übergeben wird.