C# Class Wire.Compilation.IlCall

Inheritance: IlExpression
Afficher le fichier Open project: akkadotnet/Wire Class Usage Examples

Méthodes publiques

Méthode Description
Emit ( IlCompilerContext ctx ) : void
IlCall ( IlExpression target, MethodInfo method ) : System
Type ( ) : Type

Method Details

Emit() public méthode

public Emit ( IlCompilerContext ctx ) : void
ctx IlCompilerContext
Résultat void

IlCall() public méthode

public IlCall ( IlExpression target, MethodInfo method ) : System
target IlExpression
method System.Reflection.MethodInfo
Résultat System

Type() public méthode

public Type ( ) : Type
Résultat System.Type