Interfaces
| Interface | Description |
|---|---|
| IAssemblyInfo | Stores attributes of an assembly and provides access to assembly metadata. |
| IAttributeInfo | Stores an attribute information. |
| IAttributeSectionInfo | Stores an attribute section information. |
| IBlockInfo | Stores a statement block information. |
| IClassInfo | Stores a class information. |
| ICodeElementInfo | Stores a code element information. |
| IConstantInfo | Stores a constant information. |
| IDelegateInfo | Stores a delegate information. |
| IElementInfo | Stores an element information. |
| IEnumInfo | Stores an enumeration information. |
| IEnumMemberInfo | Stores an enumeration member information. |
| IEventInfo | Stores an event information. |
| IExpressionInfo | Stores an expression information. |
| IFieldInfo | Stores a field information. |
| IIdentifierInfo | Stores an identifier information. |
| IIndexerInfo | Stores an indexer information. |
| IInterfaceInfo | Stores an interface information. |
| ILiteralInfo | Stores a literal information. |
| ILocalConstantInfo | Stores a local constant information. |
| ILocalVariableInfo | Stores a local variable information. |
| IMemberInfo | Stores a member information. |
| IMethodInfo | Stores a method information. |
| IModuleInfo | Stores a module information. |
| INamespaceDeclarationInfo | Stores a namespace declaration information. |
| INamespaceInfo | Stores a namespace information. |
| IOperatorInfo | Stores an operator information. |
| IParameterInfo | Stores a parameter information. |
| IProjectFileInfo | Stores a project file information. |
| IProjectInfo | Stores a project information. |
| IPropertyBaseInfo | Stores a common information about propery or indexer. |
| IPropertyInfo | Stores a property information. |
| IRegionInfo | Stores a region information. |
| IReturnTypeInfo | Stores a return type information. |
| IScope | Stores a common information for elements that have a region. |
| ISolutionInfo | Stores a solution information. |
| IStatementInfo | Stores a statement information. |
| IStructInfo | Stores a structure information. |
| ITypeInfo | Stores a type information. |
| ITypeMembersInfo | Stores a common information about class, interface and struct. |
| IVariableInfo | Stores a variable information. |
| IVisualStudioInfo | Stores a Visual Studio information. |
Enumerations
| Enumeration | Description |
|---|---|
| ClassInfoType | Specifies constants defining type of a class. |
| MemberInfoModifiers | Specifies constants defining a member modifiers. |
| OutputTypeInfo | Specifies constants defining a project type. |
| ProjectInfoLanguage | Specifies constants defining a project language. |

