Show / Hide Table of Contents

Class ActionReflector

Action reflector

Inheritance
object
ActionReflector
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public static class ActionReflector

Methods

View Source

LoadFrom(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.

View Source

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.

  • View Source
☀
☾
Back to top Generated by DocFX