C# Class Yea.Reflection.Emit.Commands.Call

Call command
Inheritance: Yea.Reflection.Emit.BaseClasses.CommandBase
Afficher le fichier Open project: OxPatient/Rule-Engine Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Call ( IMethodBuilder method, VariableBase objectCallingOn, ConstructorInfo methodCalling, object parameters ) : System.Diagnostics.CodeAnalysis

Constructor

Call ( IMethodBuilder method, VariableBase objectCallingOn, MethodInfo methodCalling, object parameters ) : System.Diagnostics.CodeAnalysis

Constructor

Setup ( ) : void

Sets up the command

ToString ( ) : string

Converts the command to a string

Method Details

Call() public méthode

Constructor
public Call ( IMethodBuilder method, VariableBase objectCallingOn, ConstructorInfo methodCalling, object parameters ) : System.Diagnostics.CodeAnalysis
method IMethodBuilder Method builder
objectCallingOn Yea.Reflection.Emit.BaseClasses.VariableBase Object calling on
methodCalling System.Reflection.ConstructorInfo Method calling on the object
parameters object List of parameters to send in
Résultat System.Diagnostics.CodeAnalysis

Call() public méthode

Constructor
public Call ( IMethodBuilder method, VariableBase objectCallingOn, MethodInfo methodCalling, object parameters ) : System.Diagnostics.CodeAnalysis
method IMethodBuilder Method builder
objectCallingOn Yea.Reflection.Emit.BaseClasses.VariableBase Object calling on
methodCalling System.Reflection.MethodInfo Method calling on the object
parameters object List of parameters to send in
Résultat System.Diagnostics.CodeAnalysis

Setup() public méthode

Sets up the command
public Setup ( ) : void
Résultat void

ToString() public méthode

Converts the command to a string
public ToString ( ) : string
Résultat string