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

ClTask.GetObjOutputFile Method 

[This is preliminary documentation and subject to change.]

Determines the file name of the OBJ file for the specified source file.

[Visual Basic]
Public Shared Function GetObjOutputFile( _
   ByVal srcFile As String, _
   ByVal objectPath As String _
) As String
[C#]
public static string GetObjOutputFile(
   string srcFile,
   string objectPath
);

Parameters

srcFile
The source file for which the OBJ file should be determined.
objectPath
The path of the object file.

Return Value

The file name of the OBJ file for the specified source file.

Remarks

Missing <remarks> documentation for M:NAnt.VisualCpp.Tasks.ClTask.GetObjOutputFile(System.String,System.String)

See Also

ClTask Class | NAnt.VisualCpp.Tasks Namespace