Interface IExport
Non-generic contract for a handle allowing the graph of parts associated with an exported instance to be released.
Inherited Members
System.IDisposable.Dispose()
Namespace: Kephas.Composition
Assembly: Kephas.Core.dll
Syntax
public interface IExport : IDisposable
Properties
| Improve this Doc View SourceValue
Gets the exported value.
Declaration
object Value { get; }
Property Value
Type | Description |
---|---|
System.Object | The exported value. |