Reflection
01 Syntax
Microsoft.VisualBasic.Language.Java.Reflection
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetConstructor | 1 | Gets the default class constructor vbnet Dim o As New <type>() |
| NewInstance | 1 |
03 Members
GetConstructor(
Type)Gets the default class constructor
Dim o As New <type>()Parameters
| Name | Type | Description |
|---|---|---|
type | Type | - |
NewInstance(
ConstructorInfo)