InheritanceService Class
Provides a set of methods for identifying inherited components.
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | InheritanceService() | Initializes a new instance of the InheritanceService class. |
| Name | Description | |
|---|---|---|
![]() | AddInheritedComponents(IComponent^, IContainer^) | Adds the components inherited by the specified component to the InheritanceService. |
![]() | AddInheritedComponents(Type^, IComponent^, IContainer^) | Adds the components of the specified type that are inherited by the specified component to the InheritanceService. |
![]() | Dispose() | Releases all resources used by the InheritanceService. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the InheritanceService and optionally releases the managed resources. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetInheritanceAttribute(IComponent^) | Gets the inheritance attribute of the specified component. |
![]() | GetType() | |
![]() | IgnoreInheritedMember(MemberInfo^, IComponent^) | Indicates whether to ignore the specified member. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The InheritanceService can be used to find inherited components, select which ones to ignore, and retrieve the inheritance attribute of each inherited class that is tracked by the service.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

