C# Class Wire.Compilation.IlCall

Inheritance: IlExpression
显示文件 Open project: akkadotnet/Wire Class Usage Examples

Public Methods

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

Method Details

Emit() public method

public Emit ( IlCompilerContext ctx ) : void
ctx IlCompilerContext
return void

IlCall() public method

public IlCall ( IlExpression target, MethodInfo method ) : System
target IlExpression
method System.Reflection.MethodInfo
return System

Type() public method

public Type ( ) : Type
return System.Type