Click or drag to resize
IPluginManagerProviderLoadTypes Method
Returns a collection of every type contained within what *could* be a .NET DLL. Could throw any number of exceptions.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IEnumerable<Type> LoadTypes(
	string fullPath
)

Parameters

fullPath
Type: SystemString

Return Value

Type: IEnumerableType
See Also