Class AssemblyActionLoader
Inheritance
System.Object
AssemblyActionLoader
Assembly: Libplanet.Action.dll
Syntax
public class AssemblyActionLoader : object, IActionLoader
Constructors
|
Improve this Doc
View Source
AssemblyActionLoader(Assembly)
Declaration
public AssemblyActionLoader(Assembly assembly)
Parameters
Type |
Name |
Description |
Assembly |
assembly |
|
Properties
|
Improve this Doc
View Source
Types
Declaration
public IReadOnlyDictionary<IValue, Type> Types { get; }
Property Value
Type |
Description |
IReadOnlyDictionary<IValue, Type> |
|
Methods
|
Improve this Doc
View Source
LoadAction(Int64, IValue)
Declaration
public IAction LoadAction(long index, IValue value)
Parameters
Type |
Name |
Description |
System.Int64 |
index |
|
IValue |
value |
|
Returns
Implements