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

Resource.GetCompiledResourceFile Method 

[This is preliminary documentation and subject to change.]

Returns a FileInfo representing the compiled resource file.

[Visual Basic]
Public Function GetCompiledResourceFile( _
   ByVal solutionConfiguration As String _
) As FileInfo
[C#]
public FileInfo GetCompiledResourceFile(
   string solutionConfiguration
);

Parameters

solutionConfiguration
The solution configuration that is built.

Return Value

A FileInfo representing the compiled resource file.

Remarks

Calling this method does not force compilation of the resource file.

See Also

Resource Class | NAnt.VSNet Namespace