Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Shared Function GetProcessTemplateFromResources ( _
    assembly As Assembly, _
    processTemplateName As String _
) As String
public static string GetProcessTemplateFromResources(
    Assembly assembly,
    string processTemplateName
)
public:
static String^ GetProcessTemplateFromResources(
    Assembly^ assembly, 
    String^ processTemplateName
)
static member GetProcessTemplateFromResources : 
        assembly:Assembly * 
        processTemplateName:string -> string
public static function GetProcessTemplateFromResources(
    assembly : Assembly, 
    processTemplateName : String
) : String
Parameters
- assembly
 Type: System.Reflection.Assembly
- processTemplateName
 Type: System.String
Return Value
Type: System.String
Returns 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.