ReflectionUtility Methods
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. No preferred-assembly hint is supplied; resolution
walks the standard tier chain. To bias resolution toward a particular tenant
assembly, call the two-argument overload with an explicit assembly name.
|
|
|
GetTypeFromReflection(String, String) |
Gets the type from reflection.
|

