[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)
Überprüft, ob ein Feld geeignet ist von DNObjects verarbeitet zu werden.
Namespace: DynamicNode.Ext.ObjectsAssembly: DNExtObjects (in DNExtObjects.dll) Version: 1.1.4679.19819 (1.1.0.0)
Syntax
C# |
---|
public static bool CheckField( FieldInfo fi, bool mustBeStatic, bool writeable, out string msg ) |
Visual Basic |
---|
Public Shared Function CheckField ( _ fi As FieldInfo, _ mustBeStatic As Boolean, _ writeable As Boolean, _ <OutAttribute> ByRef msg As String _ ) As Boolean |
F# |
---|
static member CheckField : fi:FieldInfo * mustBeStatic:bool * writeable:bool * msg:string byref -> bool |
Parameters
- fi
- Type: System.Reflection..::..FieldInfo
Ein Feld.
- mustBeStatic
- Type: System..::..Boolean
Falls true übergeben wird, muss das Feld statisch sein, sonst muss es dynamisch sein.
- writeable
- Type: System..::..Boolean
true, wenn das Feld beschreibbar sein muss, false wenn es nur lesbar sein muss.
- msg
- Type: System..::..String%
Gibt im Fehlerfall eine Begründung zurück.