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

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

Protected Properties

Property Type Description
_argumentCount int
_target System.Reflection.MethodInfo

Public Methods

Method Description
Run ( InterpretedFrame frame ) : int
ToString ( ) : string

Protected Methods

Method Description
GetArgs ( InterpretedFrame frame, int first, int skip ) : object[]

Private Methods

Method Description
MethodInfoCallInstruction ( MethodInfo target, int argumentCount ) : System.Collections.Generic

Method Details

GetArgs() protected method

protected GetArgs ( InterpretedFrame frame, int first, int skip ) : object[]
frame InterpretedFrame
first int
skip int
return object[]

Run() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

_argumentCount protected_oe property

protected int _argumentCount
return int

_target protected_oe property

protected MethodInfo,System.Reflection _target
return System.Reflection.MethodInfo