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
| Exception | Description |
| ArgumentNullException | Name is null. |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also