TeamFoundationStepPerformerBase.InitializeAdditionalStepPerformersByName Method
Base classes use this to create additional step performers by type name. This can prevent circular dependancies if methods are moved to new assemblies and the new assembly has a reference to the old one.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Sub InitializeAdditionalStepPerformersByName ( _
typeNames As IEnumerable(Of String) _
)
protected void InitializeAdditionalStepPerformersByName(
IEnumerable<string> typeNames
)
protected:
void InitializeAdditionalStepPerformersByName(
IEnumerable<String^>^ typeNames
)
member InitializeAdditionalStepPerformersByName :
typeNames:IEnumerable<string> -> unit
protected function InitializeAdditionalStepPerformersByName(
typeNames : IEnumerable<String>
)
Parameters
- typeNames
Type: System.Collections.Generic.IEnumerable<String>
.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.