Get the type from a specific assembly.
Namespace: Cartella.SupportAssembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public static Type GetTypeFromAssembly( Assembly assembly, string typeName ) |
Visual Basic |
---|
Public Shared Function GetTypeFromAssembly ( _ assembly As Assembly, _ typeName As String _ ) As Type |
Visual C++ |
---|
public: static Type^ GetTypeFromAssembly( Assembly^ assembly, String^ typeName ) |
Parameters
- assembly
- Type: System.Reflection..::..Assembly
Assembly in which to search
- typeName
- Type: System..::..String
Type full name to search for