Analysis that builds an inheritance tree of all types in the module.

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

Syntax

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

Inheritance Hierarchy

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

See Also