NAnt SDK Documentation - v0.92

CompilerBase Class

Provides the abstract base class for compiler tasks.

For a list of all members of this type, see CompilerBase Members.

System.Object
   NAnt.Core.Element
      NAnt.Core.Task
         NAnt.Core.Tasks.ExternalProgramBase
            NAnt.DotNet.Tasks.CompilerBase
               NAnt.DotNet.Tasks.CscTask
               NAnt.DotNet.Tasks.JscTask
               NAnt.DotNet.Tasks.VbcTask
               NAnt.DotNet.Tasks.VjcTask

[Visual Basic]
MustInherit Public Class CompilerBase
    Inherits ExternalProgramBase
[C#]
public abstract class CompilerBase : ExternalProgramBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NAnt.DotNet.Tasks

Assembly: NAnt.DotNetTasks (in NAnt.DotNetTasks.dll)

See Also

CompilerBase Members | NAnt.DotNet.Tasks Namespace