For a list of all members of this type, see IEvent members.
Public Properties
| Name | Description |
| AccessorsAndBackingField | Returns a sequence of IMember object that contains the available get method, set method and backing field for this property. |
| AddMethod |
Returns the event's add accessor method.
|
| BackingField | When the add and remove accessors of an event are not defined explicitly, the compiler defines a backing filed for the event. Returns this field if it exists, else returns null. |
| EventType | Gets the type of this event. Gets null if the return type of this event is not in the scope of assemblies analyzed defined by NDepend.Project.IProject.NDepend.Project.IProject.CodeToAnalyze. |
| FieldsAssigned |
Gets a sequence of fields assigned by this event's add or remove accessor.
|
| FieldsUsed |
Gets a sequence of fields used by this event's add or remove accessor.
|
| IsAbstract |
Gets a value indicating whether this event is abstract.
|
| IsExplicitInterfaceImpl |
Gets a value indicating whether this event is an explicit interface method implementation.
|
| IsFinal |
Gets a value indicating whether this event is final.
|
| IsNewSlot |
Gets a value indicating whether this event is new-slot.
|
| IsVirtual |
Gets a value indicating whether this event is virtual.
|
| MembersUsed |
Gets a sequence of methods, events, fields and events called by this event's add or remove accessor.
|
| MethodsCalled |
Gets a sequence of methods called by this event's add or remove accessor.
|
| MethodsSubscribingToMe |
Gets a sequence of methods that are consuming this event's add accessor.
|
| MethodsUnsubscribingToMe |
Gets a sequence of methods that are consuming this event's remove accessor.
|
| MethodsUsingMe |
Gets a sequence of methods that are consuming this event's add or remove accessor.
|
| OverriddensBase | Gets a sequence of events declared in this event IMember.ParentType.IType.BaseClasses and IType.InterfacesImplemented, overridden by this event. If this event doesn't override any event, gets an empty sequence. |
| OverridesDerived | Gets a sequence of events declared in this event IMember.ParentType.IType.DerivedTypes, overriding this event. If this event is not overridden, gets an empty sequence. |
| OverridesDirectDerived | Gets a sequence of events declared in this event IMember.ParentType.IType.DirectDerivedTypes, overriding this event. If this event is not overridden, gets an empty sequence. |
| RemoveMethod |
Returns the event's remove accessor method.
|
Top
See Also