QualifiedResource Class

Summary

For internal use only !
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["QualifiedResource"] class Type type-node

Syntax

public class QualifiedResource

Constructors

Name Summary
QualifiedResource(FileInfo, FileInfo) Initializes a new instance of the NAnt.DotNet.Tasks.QualifiedResource class for a given input and output file.

Properties

Name Value Summary
Input FileInfo
Gets the resource file to compile.
Output FileInfo
Gets the compiled resource file.