C# Класс Castle.DynamicProxy.Generators.Emitters.SimpleAST.MethodInvocationExpression

Наследование: Expression
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
args Castle.DynamicProxy.Generators.Emitters.SimpleAST.Expression[]
method System.Reflection.MethodInfo
owner Reference

Открытые методы

Метод Описание
Emit ( IMemberEmitter member, ILGenerator gen ) : void
MethodInvocationExpression ( MethodEmitter method ) : System
MethodInvocationExpression ( MethodInfo method ) : System
MethodInvocationExpression ( Reference owner, MethodEmitter method ) : System
MethodInvocationExpression ( Reference owner, MethodInfo method ) : System

Описание методов

Emit() публичный Метод

public Emit ( IMemberEmitter member, ILGenerator gen ) : void
member IMemberEmitter
gen System.Reflection.Emit.ILGenerator
Результат void

MethodInvocationExpression() публичный Метод

public MethodInvocationExpression ( MethodEmitter method ) : System
method MethodEmitter
Результат System

MethodInvocationExpression() публичный Метод

public MethodInvocationExpression ( MethodInfo method ) : System
method System.Reflection.MethodInfo
Результат System

MethodInvocationExpression() публичный Метод

public MethodInvocationExpression ( Reference owner, MethodEmitter method ) : System
owner Reference
method MethodEmitter
Результат System

MethodInvocationExpression() публичный Метод

public MethodInvocationExpression ( Reference owner, MethodInfo method ) : System
owner Reference
method System.Reflection.MethodInfo
Результат System

Описание свойств

args защищенное свойство

protected Expression[],Castle.DynamicProxy.Generators.Emitters.SimpleAST args
Результат Castle.DynamicProxy.Generators.Emitters.SimpleAST.Expression[]

method защищенное свойство

protected MethodInfo,System.Reflection method
Результат System.Reflection.MethodInfo

owner защищенное свойство

protected Reference owner
Результат Reference