ExportProvider.GetExportedValue Method
.NET Framework 4.5
Gets an exported object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetExportedValue<T>() | Returns the exported object with the contract name derived from the specified type parameter. If there is not exactly one matching exported object, an exception is thrown. |
|
GetExportedValue<T>(String) | Returns the exported object with the specified contract name. If there is not exactly one matching exported object, an exception is thrown. |