NAnt SDK Documentation - v0.92

ResourceFileSet.GetManifestResourceName Method (String)

Gets the manifest resource name for the specified resource file.

[Visual Basic]
Overloads Public Function GetManifestResourceName( _
   ByVal resourceFile As String _
) As String
[C#]
public string GetManifestResourceName(
   string resourceFile
);

Parameters

resourceFile
The physical path of the resource file.

Return Value

The manifest resource name to be sent to the compiler.

See Also

ResourceFileSet Class | NAnt.DotNet.Types Namespace | ResourceFileSet.GetManifestResourceName Overload List