Performs the transformations required by the Post class.

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

Syntax

Visual Basic (Declaration)
Public NotInheritable Class GlobalsTask _
	Inherits Task _
	Implements IAdviceProvider
C#
public sealed class GlobalsTask : Task, IAdviceProvider
Visual C++
public ref class GlobalsTask sealed : public Task, 
	IAdviceProvider

Inheritance Hierarchy

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

See Also