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

Inheritance: FieldInstruction
Mostra file Open project: dotnet/corefx

Public Methods

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

Method Details

Run() public method

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

StoreStaticFieldInstruction() public method

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