nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / Reflection

Reflection

Full name Microsoft.VisualBasic.Language.Java.Reflection Assembly Microsoft.VisualBasic.Runtime Members 2

01 Syntax

Microsoft.VisualBasic.Language.Java.Reflection

02 Methods

NameOverloadsSummary
GetConstructor 1 Gets the default class constructor vbnet Dim o As New <type>()
NewInstance 1

03 Members

method GetConstructor #
GetConstructor(Type)

Gets the default class constructor

 Dim o As New <type>()
Parameters
NameTypeDescription
typeType

-

method NewInstance #
NewInstance(ConstructorInfo)