Adds a new GwxDynamic derived object of the specified Type to this object.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public GwxDynamic AddDynamic(
	Type dynamicType
)
Visual Basic
Public Function AddDynamic ( _
	dynamicType As Type _
) As GwxDynamic
JScript
public function AddDynamic(
	dynamicType : Type
) : GwxDynamic

Parameters

dynamicType
Type: System..::..Type
The type of dynamic to add. The type must be derived from GwxDynamic.

Return Value

The newly added GwxDynamic object, or null if the dynamic type cannot be added.

See Also