C# Class System.Linq.Expressions.Interpreter.LoadFieldInstruction

Inheritance: FieldInstruction
Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
LoadFieldInstruction ( FieldInfo field ) : System.Diagnostics
Run ( InterpretedFrame frame ) : int

Method Details

LoadFieldInstruction() public method

public LoadFieldInstruction ( FieldInfo field ) : System.Diagnostics
field System.Reflection.FieldInfo
return System.Diagnostics

Run() public method

public Run ( InterpretedFrame frame ) : int
frame InterpretedFrame
return int