CompilerBase.

GetManifestResourceName(ResourceFileSet, string, string, string) Method

Summary

Determines the manifest resource name of the given resource file.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
CompilerBase

Syntax

public string GetManifestResourceName(ResourceFileSet resources, string resourcePhysicalFile, string resourceLogicalFile, string dependentFile)

Parameters

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

Return Value

Type Description
string The manifest resource name of the specified resource file.