[This is preliminary documentation and subject to change.]
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
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.
Remarks
Missing <remarks> documentation for M:NAnt.DotNet.Tasks.CompilerBase.GetManifestResourceName(NAnt.DotNet.Types.ResourceFileSet,System.String,System.String,System.String)