C# Класс Yea.Reflection.Emit.Commands.Call

Call command
Наследование: Yea.Reflection.Emit.BaseClasses.CommandBase
Показать файл Открыть проект Примеры использования класса

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