Click or drag to resize

Metodo QSConnectionReflectionUtilsGetTypeFromName(String, String)

Helper routine that looks up a type name and tries to retrieve the full type reference using GetType() and if not found looking in the actively executing assemblies and optionally loading the specified assembly name.

Namespace: QSAdoNet
Assembly: QSAdoNet (in QSAdoNet.dll) Versione: 27.1.0
Sintassi
public static Type GetTypeFromName(
	string typeName,
	string assemblyName
)

Parametri

typeName  String
type to load
assemblyName  String
Optional assembly name to load from if type cannot be loaded initially. Use for lazy loading of assemblies without taking a type dependency.

Valore di ritorno

Type
null
Vedi anche