C# 클래스 Yea.Reflection.Emit.Commands.Call

Call command
상속: Yea.Reflection.Emit.BaseClasses.CommandBase
파일 보기 프로젝트 열기: OxPatient/Rule-Engine 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

Call() 공개 메소드

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

Call() 공개 메소드

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

Setup() 공개 메소드

Sets up the command
public Setup ( ) : void
리턴 void

ToString() 공개 메소드

Converts the command to a string
public ToString ( ) : string
리턴 string