IPluginManagerProviderLoadTypes Method |
Returns a collection of every type contained within what *could* be a .NET DLL. Could throw
any number of exceptions.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IEnumerable<Type> LoadTypes(
string fullPath
)
Function LoadTypes (
fullPath As String
) As IEnumerable(Of Type)
IEnumerable<Type^>^ LoadTypes(
String^ fullPath
)
abstract LoadTypes :
fullPath : string -> IEnumerable<Type>
Parameters
- fullPath
- Type: SystemString
Return Value
Type:
IEnumerableTypeSee Also