AssemblyInfoFindType Method
Finds the specified typeName searching through all loaded assemblies.
Namespace: Gemstone.ReflectionAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.172 -- Release Build+241430fabc9f8d815f226ef82f939af6835b2b48
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.