TfsConnection.CreateServiceInstance Method
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Protected Function CreateServiceInstance ( _
assembly As Assembly, _
fullName As String _
) As Object
protected Object CreateServiceInstance(
Assembly assembly,
string fullName
)
protected:
Object^ CreateServiceInstance(
Assembly^ assembly,
String^ fullName
)
member CreateServiceInstance :
assembly:Assembly *
fullName:string -> Object
protected function CreateServiceInstance(
assembly : Assembly,
fullName : String
) : Object
Parameters
- assembly
Type: System.Reflection.Assembly
- fullName
Type: System.String
Return Value
Type: System.Object
Returns Object.
.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.