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