Class LoadedAssembly
Inheritance
System.Object
LoadedAssembly
Assembly: OpenAPI.dll
Syntax
public class LoadedAssembly : object
Constructors
|
Improve this Doc
View Source
LoadedAssembly(Assembly, IEnumerable<Type>, IEnumerable<Assembly>, String)
Declaration
public LoadedAssembly(Assembly assembly, IEnumerable<Type> pluginInstances, IEnumerable<Assembly> referencedAssemblies, string path)
Parameters
Type |
Name |
Description |
Assembly |
assembly |
|
IEnumerable<Type> |
pluginInstances |
|
IEnumerable<Assembly> |
referencedAssemblies |
|
System.String |
path |
|
Properties
|
Improve this Doc
View Source
Assembly
Declaration
public Assembly Assembly { get; }
Property Value
Type |
Description |
Assembly |
|
|
Improve this Doc
View Source
AssemblyReferences
Declaration
public List<Assembly> AssemblyReferences { get; }
Property Value
Type |
Description |
List<Assembly> |
|
|
Improve this Doc
View Source
Path
Declaration
public string Path { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PluginTypes
Declaration
public List<Type> PluginTypes { get; }
Property Value
Type |
Description |
List<Type> |
|