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

Inheritance: Instruction
Afficher le fichier Open project: dotnet/corefx

Protected Properties

Свойство Type Description
_argumentCount int
_constructor System.Reflection.ConstructorInfo

Méthodes publiques

Méthode Description
NewInstruction ( ConstructorInfo constructor, int argumentCount ) : System.Diagnostics
Run ( InterpretedFrame frame ) : int
ToString ( ) : string

Méthodes protégées

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

Method Details

GetArgs() protected méthode

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

NewInstruction() public méthode

public NewInstruction ( ConstructorInfo constructor, int argumentCount ) : System.Diagnostics
constructor System.Reflection.ConstructorInfo
argumentCount int
Résultat System.Diagnostics

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

_constructor protected_oe property

protected ConstructorInfo,System.Reflection _constructor
Résultat System.Reflection.ConstructorInfo