Método TfsConnection.CreateServiceInstance
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (em Microsoft.TeamFoundation.Client.dll)
Sintaxe
'Declaração
Protected Function CreateServiceInstance ( _
assembly As Assembly, _
fullName As String _
) As Object
protected Object CreateServiceInstance(
Assembly assembly,
string fullName
)
Parâmetros
- assembly
Tipo: System.Reflection.Assembly
- fullName
Tipo: System.String
Valor de retorno
Tipo: System.Object
Retorna Object.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.