AssemblyServicingResourceProvider.GetServiceResourceInternal Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetServiceResourceInternal ( _
resourceRootName As String _
) As Stream
public Stream GetServiceResourceInternal(
string resourceRootName
)
public:
Stream^ GetServiceResourceInternal(
String^ resourceRootName
)
member GetServiceResourceInternal :
resourceRootName:string -> Stream
public function GetServiceResourceInternal(
resourceRootName : String
) : Stream
Parameters
- resourceRootName
Type: System.String
Return Value
Type: System.IO.Stream
Returns Stream.
.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.