[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description |
---|---|
ResolveType(String) |
Resolves a type using the assembly qualified type name. If the type
can not be resolved using a simple Type.GetType() [which many can not],
then the method will check all assemblies currently loaded into the
AppDomain.
|
ResolveType(String, IEnumerable<(Of Assembly>)) |
Resolves a type using the assembly qualified type name. If the type
can not be resolved using a simple Type.GetType() [which many can not],
then the method will check all assemblies in the assembly search path.
|