C# Class Castle.DynamicProxy.Generators.Emitters.SimpleAST.MethodInvocationExpression

Inheritance: Expression
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Protected Properties

Свойство Type Description
args Castle.DynamicProxy.Generators.Emitters.SimpleAST.Expression[]
method System.Reflection.MethodInfo
owner Reference

Méthodes publiques

Méthode Description
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

Method Details

Emit() public méthode

public Emit ( IMemberEmitter member, ILGenerator gen ) : void
member IMemberEmitter
gen System.Reflection.Emit.ILGenerator
Résultat void

MethodInvocationExpression() public méthode

public MethodInvocationExpression ( MethodEmitter method ) : System
method MethodEmitter
Résultat System

MethodInvocationExpression() public méthode

public MethodInvocationExpression ( MethodInfo method ) : System
method System.Reflection.MethodInfo
Résultat System

MethodInvocationExpression() public méthode

public MethodInvocationExpression ( Reference owner, MethodEmitter method ) : System
owner Reference
method MethodEmitter
Résultat System

MethodInvocationExpression() public méthode

public MethodInvocationExpression ( Reference owner, MethodInfo method ) : System
owner Reference
method System.Reflection.MethodInfo
Résultat System

Property Details

args protected_oe property

protected Expression[],Castle.DynamicProxy.Generators.Emitters.SimpleAST args
Résultat Castle.DynamicProxy.Generators.Emitters.SimpleAST.Expression[]

method protected_oe property

protected MethodInfo,System.Reflection method
Résultat System.Reflection.MethodInfo

owner protected_oe property

protected Reference owner
Résultat Reference