Chili.Opf3 Send comments on this topic.
DynamicType Constructor
See Also 
Chili.Opf3.DynamicProperties Namespace > DynamicType Class : DynamicType Constructor




name
Name of the DynamicType.
Creates a new instance of the DynamicType Class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String _
)
Visual Basic (Usage)Copy Code
Dim name As String
 
Dim instance As DynamicType(name)
C# 
public DynamicType( 
   string name
)
Managed Extensions for C++ 
public: DynamicType( 
   string* name
)
C++/CLI 
public:
DynamicType( 
   String^ name
)

Parameters

name
Name of the DynamicType.

Exceptions

ExceptionDescription
ArgumentNullExceptionName is null.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also