Summary
Initializes a new instance of the
NAnt.DotNet.Types.EmbeddedResource
with the specified file name and manifest resource name.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Containing Type
- EmbeddedResource
Syntax
public EmbeddedResource(string file, string manifestResourceName)
Parameters
| Name | Type | Description |
|---|---|---|
| file | string | The path of the compiled resource. |
| manifestResourceName | string | The manifest resource name of the embedded resource. |
Return Value
| Type | Description |
|---|---|
| void |
