Overload List
Name | Description | |
---|---|---|
GetAssignableTypeInstancesFromAssembly<(Of <<'(T>)>>)(Assembly, array<Object>[]()[][]) |
Retrieve the instance of all types in the assembly that are derived from the given type.
The given type is excluded in the list.
| |
GetAssignableTypeInstancesFromAssembly<(Of <<'(T>)>>)(String, array<Object>[]()[][]) |
Retrieve the instance of all types derived from the given type in the assembly.
| |
GetAssignableTypeInstancesFromAssembly<(Of <<'(T>)>>)(Assembly, array<Object>[]()[][], List<(Of <<'(Type>)>>)) |
Retrieve the instance of all types in the assembly that are derived from the given type.
The given type is excludes in the list.
List of excluded types are provided.
| |
GetAssignableTypeInstancesFromAssembly<(Of <<'(T>)>>)(Assembly, Type, array<Object>[]()[][]) |
Retrieve the instance of all types in the assembly that are derived from the given type.
The given type is excluded in the list.
| |
GetAssignableTypeInstancesFromAssembly<(Of <<'(T>)>>)(String, Type, array<Object>[]()[][]) |
Create a list of object instances with their types derived from the given generic
argument type.
| |
GetAssignableTypeInstancesFromAssembly<(Of <<'(T>)>>)(Assembly, Type, array<Object>[]()[][], List<(Of <<'(Type>)>>)) |
Retrieve the instance of all types in the assembly that are derived from the given type.
The given type is excludes in the list.
A list of excluded types are provided.
|