NAnt SDK Documentation - v0.92

CompilerBase.GetManifestResourceName Method (ResourceFileSet, String, String, String)

Determines the manifest resource name of the given resource file.

[Visual Basic]
Overloads Public Function GetManifestResourceName( _
   ByVal resources As ResourceFileSet, _
   ByVal resourcePhysicalFile As String, _
   ByVal resourceLogicalFile As String, _
   ByVal dependentFile As String _
) As String
[C#]
public string GetManifestResourceName(
   ResourceFileSet resources,
   string resourcePhysicalFile,
   string resourceLogicalFile,
   string dependentFile
);

Parameters

resources
The ResourceFileSet containing information that will used to assemble the manifest resource name.
resourcePhysicalFile
The resource file of which the manifest resource name should be determined.
resourceLogicalFile
The logical location of the resource file.
dependentFile
The source file on which the resource file depends.

Return Value

The manifest resource name of the specified resource file.

See Also

CompilerBase Class | NAnt.DotNet.Tasks Namespace | CompilerBase.GetManifestResourceName Overload List