C# Class Wire.Compilation.IlCallStatic

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

Méthodes publiques

Méthode Description
Emit ( IlCompilerContext ctx ) : void
IlCallStatic ( MethodInfo method ) : System
Type ( ) : Type

Method Details

Emit() public méthode

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

IlCallStatic() public méthode

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

Type() public méthode

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