Get a mapping the full class name of an extension to the Type.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared Function LoadExtensionTypeMap(Of T) ( _
    pluginDirectory As String _
) As Dictionary(Of String, Type)
public static Dictionary<string, Type> LoadExtensionTypeMap<T>(
    string pluginDirectory
)
public:
generic<typename T>
static Dictionary<String^, Type^>^ LoadExtensionTypeMap(
    String^ pluginDirectory
)
static member LoadExtensionTypeMap : 
        pluginDirectory:string -> Dictionary<string, Type> 
JScript does not support generic types or methods.
Type Parameters
- T
 The type of the extensions to load into the map.
Parameters
- pluginDirectory 
 Type: System.String- The directory to search for extensions. 
Return Value
Type: System.Collections.Generic.Dictionary<String, Type>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.