NAnt SDK Documentation - v0.92

Resource.GetCompiledResourceFile Method 

Returns a FileInfo representing the compiled resource file.

[Visual Basic]
Public Function GetCompiledResourceFile( _
   ByVal solutionConfiguration As Configuration _
) As FileInfo
[C#]
public FileInfo GetCompiledResourceFile(
   Configuration 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