Interface IRuntimeAssemblyInfo
Interface for runtime assembly information.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
Namespace: Kephas.Runtime
Assembly: Kephas.Core.dll
Syntax
public interface IRuntimeAssemblyInfo : IRuntimeElementInfo, IAssemblyInfo, IElementInfo, IExpando, IDynamicMetaObjectProvider, IIndexable, IAttributeProvider
Methods
| Improve this Doc View SourceGetUnderlyingAssemblyInfo()
Gets the underlying assembly information.
Declaration
Assembly GetUnderlyingAssemblyInfo()
Returns
Type | Description |
---|---|
System.Reflection.Assembly | The underlying assembly information. |