The following tables list the members exposed by ICompareContext.
Public Properties
Public Methods
| Name | Description |
| BecameObsolete | Returns true if the is not tagged with System.ObsoleteAttribute in the older version of the code base, but is tagged as obsolete in the newer version of the code base. |
| CodeWasChanged | Returns true if the code of this object, has been modified. |
| CommentsWereChanged | Returns true if comments of this object, have been modified. |
| IsInNewerBuild | Returns true if the object is in the newer version of the code base. |
| IsInOlderBuild | Returns true if the object is in the older version of the code base. |
| IsNotUsedAnymore | Returns true if the object is in a third-party assembly (or is a third-party assembly itself), and if it is used by the older version of the code base, but not by the newer version. |
| IsPresentInBothBuilds | Returns true if the object is both in the newer and older versions of the code base. |
| IsUsedDifferently | Returns true if the is a namespace or a type in a third-party assembly (or is a third-party assembly itself) and if some of its children code elements are not used anymore by the newer version of the code base, or are used by the newer version of the code base, but are not used by the older version. |
| IsUsedRecently | Returns true if the object is in a third-party assembly (or is a third-party assembly itself), and if it is used by the newer version of the code base, but not by the older version. |
| MeInOtherBuild<T> | Returns the older version of if IsInNewerBuild, else return the older version. |
| NewerVersion<T> | Returns the newer version of the object. |
| OlderVersion<T> | Returns the older version of the object. |
| VisibilityWasChanged | Returns true if the visibility of this has been changed. |
| WasAdded | Overloaded. Returns true if the codeElement object has been added and thus, is not present in the older version of the code base. |
| WasChanged | Overloaded. Returns true if the codeElement object was changed in any way (code change, comment change, visibility change...). |
| WasRemoved | Overloaded. Returns true if the codeElement object has been removed and thus, is not present in the newer version of the code base. |
Top
Extension Methods
See Also