Summary
Tries to find a type with the specified name in any currently loaded assembly.
- Assembly
- Weaver
.dll - Namespace
- Weaver
- Containing Type
- ReflectionUtilities
.Assemblies
Syntax
public static Type FindType(string name, bool throwOnError = false, bool ignoreCase = false)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | |
| throwOnError | bool | |
| ignoreCase | bool |
Return Value
| Type | Description |
|---|---|
| Type |