Get a specific type from given hard drive location,
searching through all DLL files, by default including the plugins folder.
Namespace: Cartella.SupportAssembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
Visual Basic |
---|
Public Shared Function GetTypeFromLocation ( _
location As String, _
typeName As String _
) As Type |
Visual C++ |
---|
public:
static Type^ GetTypeFromLocation(
String^ location,
String^ typeName
) |
Return Value
Type with given full name, or null if doesn't exist in location
See Also