[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Überprüft, ob ein Type geeignet ist von DNObjects verarbeitet zu werden.

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

Syntax

C#
public static bool CheckType(
	Type t,
	bool noNested,
	out string msg
)
Visual Basic
Public Shared Function CheckType ( _
	t As Type, _
	noNested As Boolean, _
	<OutAttribute> ByRef msg As String _
) As Boolean
F#
static member CheckType : 
        t:Type * 
        noNested:bool * 
        msg:string byref -> bool 

Parameters

t
Type: System..::..Type
Ein Type.
noNested
Type: System..::..Boolean
Falls true übergeben wird, darf der Type nicht verschachtelt sein.
msg
Type: System..::..String%
Gibt im Fehlerfall eine Begründung zurück.

Return Value

true, wenn der übergebene Type geeignet ist, sonst false.

See Also