NDepend.API Documentation
IEvent Interface Properties

NDepend.CodeModel Namespace : IEvent Interface

For a list of all members of this type, see IEvent members.

Public Properties
 NameDescription
 PropertyReturns a sequence of IMember object that contains the available get method, set method and backing field for this property.  
 Property Returns the event's add accessor method.  
 PropertyWhen 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.  
 PropertyGets 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.  
 Property Gets a sequence of fields assigned by this event's add or remove accessor.  
 Property Gets a sequence of fields used by this event's add or remove accessor.  
 Property Gets a value indicating whether this event is abstract.  
 Property Gets a value indicating whether this event is an explicit interface method implementation.  
 Property Gets a value indicating whether this event is final.  
 Property Gets a value indicating whether this event is new-slot.  
 Property Gets a value indicating whether this event is virtual.  
 Property Gets a sequence of methods, events, fields and events called by this event's add or remove accessor.  
 Property Gets a sequence of methods called by this event's add or remove accessor.  
 Property Gets a sequence of methods that are consuming this event's add accessor.  
 Property Gets a sequence of methods that are consuming this event's remove accessor.  
 Property Gets a sequence of methods that are consuming this event's add or remove accessor.  
 PropertyGets 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.  
 PropertyGets 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.  
 PropertyGets 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.  
 Property Returns the event's remove accessor method.  
Top
See Also

Reference

IEvent Interface
NDepend.CodeModel Namespace