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

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

Public Methods

Method Description
Run ( InterpretedFrame frame ) : int
ToDebugString ( int instructionIndex, object cookie, int>.Func labelIndexer, IReadOnlyList objects ) : string
ToString ( ) : string

Private Methods

Method Description
LoadCachedObjectInstruction ( uint index ) : System.Collections.Generic

Method Details

Run() public method

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

ToDebugString() public method

public ToDebugString ( int instructionIndex, object cookie, int>.Func labelIndexer, IReadOnlyList objects ) : string
instructionIndex int
cookie object
labelIndexer int>.Func
objects IReadOnlyList
return string

ToString() public method

public ToString ( ) : string
return string