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

Inheritance: CallInstruction
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Protected Properties

Свойство Type Description
_argumentCount int
_target System.Reflection.MethodInfo

Méthodes publiques

Méthode Description
Run ( InterpretedFrame frame ) : int
ToString ( ) : string

Méthodes protégées

Méthode Description
GetArgs ( InterpretedFrame frame, int first, int skip ) : object[]

Private Methods

Méthode Description
MethodInfoCallInstruction ( MethodInfo target, int argumentCount ) : System.Collections.Generic

Method Details

GetArgs() protected méthode

protected GetArgs ( InterpretedFrame frame, int first, int skip ) : object[]
frame InterpretedFrame
first int
skip int
Résultat object[]

Run() public méthode

public Run ( InterpretedFrame frame ) : int
frame InterpretedFrame
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

_argumentCount protected_oe property

protected int _argumentCount
Résultat int

_target protected_oe property

protected MethodInfo,System.Reflection _target
Résultat System.Reflection.MethodInfo