NAnt SDK Documentation - v0.85-nightly-2005-11-09

ResourceFileSet.GetManifestResourceName Method (String)

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.DotNet.Types.ResourceFileSet.GetManifestResourceName(System.String)

See Also

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