Class FilePlugInSource
Implements
Inherited Members
Namespace: Volo.Abp.Modularity.PlugIns
Assembly: Volo.Abp.Core.dll
Syntax
public class FilePlugInSource : IPlugInSource
Constructors
FilePlugInSource(params string[]?)
Declaration
public FilePlugInSource(params string[]? filePaths)
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | filePaths |
Properties
FilePaths
Declaration
public string[] FilePaths { get; }
Property Value
| Type | Description |
|---|---|
| string[] |
Methods
GetModules()
Declaration
public Type[] GetModules()
Returns
| Type | Description |
|---|---|
| Type[] |