C# Class Castle.DynamicProxy.Builder.CodeBuilder.SimpleAST.MethodInvocationExpression

Inheritance: Castle.DynamicProxy.Builder.CodeBuilder.SimpleAST.Expression
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Protected Properties

Свойство Type Description
_args Expression[]
_method MethodInfo
_owner Reference

Méthodes publiques

Méthode Description
Emit ( IEasyMember member, ILGenerator gen ) : void
MethodInvocationExpression ( EasyMethod method ) : System
MethodInvocationExpression ( MethodInfo method ) : System
MethodInvocationExpression ( Reference owner, EasyMethod method ) : System
MethodInvocationExpression ( Reference owner, MethodInfo method ) : System

Method Details

Emit() public méthode

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

MethodInvocationExpression() public méthode

public MethodInvocationExpression ( EasyMethod method ) : System
method EasyMethod
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, EasyMethod method ) : System
owner Reference
method EasyMethod
Résultat System

MethodInvocationExpression() public méthode

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

Property Details

_args protected_oe property

protected Expression[] _args
Résultat Expression[]

_method protected_oe property

protected MethodInfo _method
Résultat MethodInfo

_owner protected_oe property

protected Reference _owner
Résultat Reference