Overload List

  NameDescription
Public methodStatic memberGetAssignableTypeInstancesFromAssembly<(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.
Public methodStatic memberGetAssignableTypeInstancesFromAssembly<(Of <<'(T>)>>)(String, array<Object>[]()[][])
Retrieve the instance of all types derived from the given type in the assembly.
Public methodStatic memberGetAssignableTypeInstancesFromAssembly<(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.
Public methodStatic memberGetAssignableTypeInstancesFromAssembly<(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.
Public methodStatic memberGetAssignableTypeInstancesFromAssembly<(Of <<'(T>)>>)(String, Type, array<Object>[]()[][])
Create a list of object instances with their types derived from the given generic argument type.
Public methodStatic memberGetAssignableTypeInstancesFromAssembly<(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.

See Also