Interface IAssemblyCollection
A bundle of one or more Assembly instances
Namespace: FluentMigrator.Infrastructure
Assembly: FluentMigrator.Abstractions.dll
Syntax
[Obsolete]
public interface IAssemblyCollection
Properties
| Edit this page View SourceAssemblies
Gets the Assemblies contained in this collection
Declaration
[Obsolete]
Assembly[] Assemblies { get; }
Property Value
Type | Description |
---|---|
Assembly[] |
Methods
| Edit this page View SourceGetExportedTypes()
The result of this method is equivalent to calling GetExportedTypes on each Assembly in Assemblies.
Declaration
[Obsolete]
Type[] GetExportedTypes()
Returns
Type | Description |
---|---|
Type[] | The array of exported types |
GetManifestResourceNames()
Gets a array of resources defined in each of the assemblies that are contained in this collection, plus which assembly it is defined in.
Declaration
[Obsolete]
ManifestResourceNameWithAssembly[] GetManifestResourceNames()
Returns
Type | Description |
---|---|
ManifestResourceNameWithAssembly[] | An array of value pairs of resource name plus assembly. |