AssemblyInfoFindType Method
Finds the specified typeName searching through all loaded assemblies.
Namespace: Gemstone.ReflectionAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.173 -- Release Build+298e1c238b074757f82f41812034645402a162ed
Public Shared Function FindType (
typeName As String
) As Type
Gemstone.Reflection.AssemblyInfo.FindType = function(typeName);
- typeName String
- Fully qualified type name.
TypeThe
Type found; otherwise
null.