Interface IAssemblyInfo
Interface for assembly information.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
Namespace: Kephas.Reflection
Assembly: Kephas.Core.dll
Syntax
public interface IAssemblyInfo : IElementInfo, IExpando, IDynamicMetaObjectProvider, IIndexable, IAttributeProvider
Properties
| Improve this Doc View SourceTypes
Gets the types declared in this assembly.
Declaration
IEnumerable<ITypeInfo> Types { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ITypeInfo> | The declared types. |