ReflectionUtility Members
The ReflectionUtility type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
GetInstanceFromReflection |
Creates an instance of an object identified by its fully qualified type name using reflection.
|
|
|
GetReflectionInfo(String) |
Gets type information (assembly, type name, and type) for a class identified by its fully qualified name.
|
|
|
GetTypeFromReflection(String) |
Gets the type from reflection.
|
|
|
GetTypeFromReflection(String, String) |
Gets the type from reflection.
|

