 | ReflectionUtilsGetTypeFromName Method |
Helper routine that looks up a type name and tries to retrieve the
full type reference in the actively executing assemblies.
Namespace:
Koden.Utils
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic static Type GetTypeFromName(
string typeName
)
Public Shared Function GetTypeFromName (
typeName As String
) As Type
public:
static Type^ GetTypeFromName(
String^ typeName
)
static member GetTypeFromName :
typeName : string -> Type
Parameters
- typeName
- Type: SystemString
[Missing <param name="typeName"/> documentation for "M:Koden.Utils.ReflectionUtils.GetTypeFromName(System.String)"]
Return Value
Type:
Type[Missing <returns> documentation for "M:Koden.Utils.ReflectionUtils.GetTypeFromName(System.String)"]
See Also