Method GetTypeInAllDependentAssemblies
GetTypeInAllDependentAssemblies(string)
Get a type from a name
선언
public static Type GetTypeInAllDependentAssemblies(string typeName)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| string | typeName | The name of the type to search for |
반환
| 타입 | 설명 |
|---|---|
| Type | The type matching the name, or null if not found |