Summary
Calls
System.Reflection.Assembly.GetType(System.String,System.Boolean,System.Boolean)
on each currently loaded assembly until it finds a
match then returns it.
- Assembly
- Kybernetik
.InspectorGadgets .dll - Namespace
- InspectorGadgets
- Containing Type
- IGUtils
Syntax
public static Type FindType(string name, bool ignoreCase)
Parameters
Name | Type | Description |
---|---|---|
name | string | |
ignoreCase | bool |
Return Value
Type | Description |
---|---|
Type |