NAnt SDK Documentation - v0.92 |
|
EmbeddedResource Constructor
Initializes a new instance of the EmbeddedResource with the specified file name and manifest resource name.
[Visual Basic]
Public Sub New( _
ByVal
file As
String, _
ByVal
manifestResourceName As
String _
)
[C#]
public EmbeddedResource(
string file,
string manifestResourceName);
Parameters
-
file
- The path of the compiled resource.
-
manifestResourceName
- The manifest resource name of the embedded resource.
See Also
EmbeddedResource Class | NAnt.DotNet.Types Namespace