The following tables list the members exposed by ICodeBaseView.
Public Properties
| Name | Description |
| Assemblies |
Gets the sequence of assemblies within this code base view.
|
| AttributeTargets |
Gets the sequence of assemblies, types, methods and fields within this code base view.
|
| CodeBase | Gets the original ICodeBase object from which this ICodeBaseView is inferred from. |
| CodeContainers |
Gets the sequence of all code elements that contains executable code (assemblies, namespace, types, methods) within this code base view.
|
| CodeElementParents |
Gets the sequence of assemblies, namespace and types within this code base view.
|
| CodeElements |
Gets the sequence of all code elements (assemblies, namespace, types, methods, fields) within this code base view.
|
| Events |
Gets the sequence of events within this code base view.
|
| Fields |
Gets the sequence of fields within this code base view.
|
| Members |
Gets the sequence of methods and fields within this code base view.
|
| Methods |
Gets the sequence of methods within this code base view.
|
| Namespaces |
Gets the sequence of namespaces within this code base view.
|
| Properties |
Gets the sequence of properties within this code base view.
|
| Types |
Gets the sequence of types within this code base view.
|
| TypesAndMembers |
Gets the sequence of types, methods and fields within this code base view.
|
Top
Public Methods
| Name | Description |
| Contains | Gets a value indicating whether is part of this code base view. |
| CreateSubView | Creates a sub-view object, containing only this view code elements for which returns true; |
Top
See Also