Task that compiles a module into MSIL or into binary form.

Namespace:  PostSharp.Extensibility.Tasks
Assembly:  PostSharp.Core (in PostSharp.Core.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class CompileTask _
	Inherits Task
C#
public sealed class CompileTask : Task
Visual C++
public ref class CompileTask sealed : public Task

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    PostSharp.Extensibility..::.Task
      PostSharp.Extensibility.Tasks..::.CompileTask

See Also