Class ActionReflector
Action reflector
Inherited Members
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public static class ActionReflector
Methods
View SourceLoadFrom(Assembly)
Load action infos from assembly
Declaration
public static List<ActionInfo> LoadFrom(Assembly assembly)
Parameters
| Type | Name | Description |
|---|---|---|
| Assembly | assembly | Assembly |
Returns
| Type | Description |
|---|---|
| List<ActionInfo> | List of action infos. |
LoadFrom(string)
Load action infos from assembly file
Declaration
public static (Assembly Assembly, List<ActionInfo> Actions) LoadFrom(string assemblyName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | assemblyName | Assembly file name |
Returns
| Type | Description |
|---|---|
| (Assembly Assembly, List<ActionInfo> Actions) | Assembly and list of action infos. |