AssemblyServicingResourceProvider.GetServicingResource Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetServicingResource ( _
resourceName As String _
) As Stream
public Stream GetServicingResource(
string resourceName
)
public:
virtual Stream^ GetServicingResource(
String^ resourceName
) sealed
abstract GetServicingResource :
resourceName:string -> Stream
override GetServicingResource :
resourceName:string -> Stream
public final function GetServicingResource(
resourceName : String
) : Stream
Parameters
- resourceName
Type: System.String
Return Value
Type: System.IO.Stream
Returns Stream.
Implements
IServicingResourceProvider.GetServicingResource(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.