Show / Hide Table of Contents

Class AssemblyActionLoader

Inheritance
System.Object
AssemblyActionLoader
Implements
IActionLoader
Namespace: Libplanet.Action.Loader
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
Type Description
IAction

Implements

IActionLoader
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium