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

Call command
Inheritance: Yea.Reflection.Emit.BaseClasses.CommandBase
显示文件 Open project: OxPatient/Rule-Engine Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

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
return System.Diagnostics.CodeAnalysis

Call() public method

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
return System.Diagnostics.CodeAnalysis

Setup() public method

Sets up the command
public Setup ( ) : void
return void

ToString() public method

Converts the command to a string
public ToString ( ) : string
return string