Summary
Gets the manifest resource name for the specified resource file.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Containing Type
- ResourceFileSet
Syntax
public string GetManifestResourceName(string resourceFile)
Parameters
| Name | Type | Description |
|---|---|---|
| resourceFile | string | The physical path of the resource file. |
Return Value
| Type | Description |
|---|---|
| string | The manifest resource name to be sent to the compiler. |
