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

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

Public Methods

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

Method Details

LoadStaticFieldInstruction() public method

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

Run() public method

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