|
| interface | IAssemblySymbol |
| | Represents an assembly, which is a reusable, versionable, and self-describing building block of a common language runtime application. More...
|
| |
| interface | IConstructorSymbol |
| | Discovers the attributes of a class constructor and provides access to constructor metadata. More...
|
| |
| interface | ICustomAttributeSymbolProvider |
| | Provides custom attributes for reflection objects that support them. More...
|
| |
| interface | IEventSymbol |
| | Discovers the attributes of an event and provides access to event metadata. More...
|
| |
| interface | IFieldSymbol |
| | Discovers the attributes of a field and provides access to field metadata. More...
|
| |
| interface | IMemberSymbol |
| | Obtains information about the attributes of a member and provides access to member metadata. More...
|
| |
| interface | IMethodBaseSymbol |
| | Provides information about methods and constructors. More...
|
| |
| interface | IMethodSymbol |
| | Discovers the attributes of a method and provides access to method metadata. More...
|
| |
| interface | IModuleSymbol |
| | Performs reflection on a module. More...
|
| |
| struct | InterfaceMapping |
| |
| interface | IParameterSymbol |
| | Discovers the attributes of a parameter and provides access to parameter metadata. More...
|
| |
| interface | IPropertySymbol |
| | Discovers the attributes of a property and provides access to property metadata. More...
|
| |
| interface | ISymbol |
| | Provides common properties and methods for managed symbols. More...
|
| |
| interface | ISymbolResolver |
| | Provides an interface to resolve a maaged type symbols. More...
|
| |
| interface | ITypeSymbol |
| | Represents type declarations: class types, interface types, array types, value types, enumeration types, type parameters, generic type definitions, and open or closed constructed generic types. More...
|
| |