 | ReflectionUtilsFindType Method |
Looks up the specified full type name in all loaded assemblies,
ignoring assembly version.
In order to understand how to access generic types,
see http://msdn.microsoft.com/en-us/library/w3f99sx1.aspx.
Namespace: Slash.Reflection.UtilsAssembly: Slash.Reflection (in Slash.Reflection.dll) Version: 1.0.6018.40175
Syntaxpublic static Type FindType(
string fullName
)
Public Shared Function FindType (
fullName As String
) As Type
public:
static Type^ FindType(
String^ fullName
)
static member FindType :
fullName : string -> Type
Parameters
- fullName
- Type: SystemString
Full name of the type to find.
Return Value
Type:
TypeType with the specified name.
Exceptions
See Also